Kajise
commited on
Commit
·
0123135
1
Parent(s):
db00b6c
fix: remove enable_queue due to deprecation
Browse files
app.py
CHANGED
@@ -90,4 +90,4 @@ Gradio.Interface(
|
|
90 |
theme=custom_theme,
|
91 |
analytics_enabled=False,
|
92 |
css=".generating {visibility: hidden}"
|
93 |
-
).launch(
|
|
|
90 |
theme=custom_theme,
|
91 |
analytics_enabled=False,
|
92 |
css=".generating {visibility: hidden}"
|
93 |
+
).launch()
|