Spaces:
Runtime error
Runtime error
Commit
·
03d06d8
1
Parent(s):
d17ba5f
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ examples = [
|
|
| 8 |
]
|
| 9 |
|
| 10 |
#Start the UI
|
| 11 |
-
gr.Interface.load("models/NoCrypt/SomethingV2_2", examples=examples, title="Something Frontend App", description="A simple anime style image generator", cache_examples=
|
|
|
|
| 8 |
]
|
| 9 |
|
| 10 |
#Start the UI
|
| 11 |
+
gr.Interface.load("models/NoCrypt/SomethingV2_2", examples=examples, title="Something Frontend App", description="A simple anime style image generator", cache_examples=True).launch()
|