Spaces:
Sleeping
Sleeping
enable_queue wirft exception beim start
Browse files
app.py
CHANGED
@@ -34,5 +34,5 @@ gr.Interface(
|
|
34 |
examples=examples,
|
35 |
description=description,
|
36 |
# interpretation=interpretation,
|
37 |
-
enable_queue=enable_queue
|
38 |
).launch()
|
|
|
34 |
examples=examples,
|
35 |
description=description,
|
36 |
# interpretation=interpretation,
|
37 |
+
# enable_queue=enable_queue
|
38 |
).launch()
|