Spaces:
Runtime error
Runtime error
Hector Lopez
commited on
Commit
·
528f436
1
Parent(s):
6723eeb
Refactor
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ gr.Interface(
|
|
52 |
description=description,
|
53 |
examples=examples,
|
54 |
theme="huggingface",
|
55 |
-
).launch(share=True,
|
|
|
52 |
description=description,
|
53 |
examples=examples,
|
54 |
theme="huggingface",
|
55 |
+
).launch(share=True, enable_queue=True)
|