Spaces:
Runtime error
Runtime error
Hector Lopez
commited on
Commit
·
6438514
1
Parent(s):
c06425f
Fix bug
Browse files
app.py
CHANGED
@@ -59,4 +59,7 @@ gr.Interface(
|
|
59 |
description=description,
|
60 |
examples=examples,
|
61 |
theme="huggingface",
|
62 |
-
|
|
|
|
|
|
|
|
59 |
description=description,
|
60 |
examples=examples,
|
61 |
theme="huggingface",
|
62 |
+
enable_queue=True
|
63 |
+
).launch(debug=True)
|
64 |
+
|
65 |
+
os.system('python3 app.py')
|