Spaces:
Running
Running
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()
|