Spaces:
Runtime error
Runtime error
Commit
·
7a65eac
1
Parent(s):
e7ba981
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ app = gr.Interface(
|
|
79 |
"giving other model to generate high resolution images without using upscaler."
|
80 |
),
|
81 |
examples=[["a highly detailed mansion in the autumn by studio ghibli, makoto shinkai","", 1088, 1088, 30, 0]],
|
|
|
82 |
)
|
83 |
|
84 |
app.launch()
|
|
|
79 |
"giving other model to generate high resolution images without using upscaler."
|
80 |
),
|
81 |
examples=[["a highly detailed mansion in the autumn by studio ghibli, makoto shinkai","", 1088, 1088, 30, 0]],
|
82 |
+
|
83 |
)
|
84 |
|
85 |
app.launch()
|