Spaces:
Runtime error
Runtime error
Fatih
commited on
Commit
·
12d8bfa
1
Parent(s):
a17b1ad
update gradio params
Browse files
app.py
CHANGED
@@ -138,6 +138,5 @@ gr.Interface(
|
|
138 |
description=description,
|
139 |
article=article,
|
140 |
examples=examples,
|
141 |
-
theme="
|
142 |
-
|
143 |
-
).launch(debug=True)
|
|
|
138 |
description=description,
|
139 |
article=article,
|
140 |
examples=examples,
|
141 |
+
theme="huggingface",
|
142 |
+
).launch(debug=True, enable_queue=True)
|
|