Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,7 @@ interface = gr.Interface(
|
|
| 6 |
model,
|
| 7 |
inputs=gr.Textbox(label="Type your imagination:"),
|
| 8 |
outputs=gr.Image(label="Gen Image"),
|
| 9 |
-
theme="NoCrypt/miku"
|
| 10 |
-
debug=True
|
| 11 |
)
|
| 12 |
|
| 13 |
interface.launch()
|
|
|
|
| 6 |
model,
|
| 7 |
inputs=gr.Textbox(label="Type your imagination:"),
|
| 8 |
outputs=gr.Image(label="Gen Image"),
|
| 9 |
+
theme="NoCrypt/miku"
|
|
|
|
| 10 |
)
|
| 11 |
|
| 12 |
interface.launch()
|