Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,9 @@ demo = gr.Interface(
|
|
74 |
outputs=gr.Image(label="Generated Image"),
|
75 |
examples=examples,
|
76 |
theme="Nymbo/Nymbo_Theme",
|
77 |
-
css=css
|
|
|
|
|
78 |
)
|
79 |
|
80 |
if __name__ == "__main__":
|
|
|
74 |
outputs=gr.Image(label="Generated Image"),
|
75 |
examples=examples,
|
76 |
theme="Nymbo/Nymbo_Theme",
|
77 |
+
css=css,
|
78 |
+
enable_cache=False # 旌愳嫳 牍勴櫆靹表檾
|
79 |
+
|
80 |
)
|
81 |
|
82 |
if __name__ == "__main__":
|