Spaces:
Runtime error
Runtime error
fixed app.py sharing
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ gr.Interface(fn=predict,
|
|
19 |
title=title,
|
20 |
description=description,
|
21 |
examples=examples,
|
22 |
-
).launch(
|
|
|
19 |
title=title,
|
20 |
description=description,
|
21 |
examples=examples,
|
22 |
+
).launch(enable_queue=True)
|