Spaces:
Running
Running
serdaryildiz
commited on
Commit
•
b47785b
1
Parent(s):
bb77d6f
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,5 @@ iface = gr.Interface(fn=inference,
|
|
58 |
description=description,
|
59 |
examples=examples,
|
60 |
article=article,
|
61 |
-
css=css
|
62 |
-
enable_queue=True)
|
63 |
iface.launch()
|
|
|
58 |
description=description,
|
59 |
examples=examples,
|
60 |
article=article,
|
61 |
+
css=css)
|
|
|
62 |
iface.launch()
|