Spaces:
Runtime error
Runtime error
Commit
·
61114b5
1
Parent(s):
ba25533
update share
Browse files
app.py
CHANGED
@@ -32,5 +32,5 @@ iface = gr.Interface(
|
|
32 |
description=description,
|
33 |
examples=examples,
|
34 |
interpretation="default",
|
35 |
-
enable_queue=True).launch(
|
36 |
|
|
|
32 |
description=description,
|
33 |
examples=examples,
|
34 |
interpretation="default",
|
35 |
+
enable_queue=True).launch()
|
36 |
|