Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,4 +194,4 @@ with gr.Blocks(title="Bulk embeddings") as demo:
|
|
| 194 |
|
| 195 |
|
| 196 |
if __name__ == "__main__":
|
| 197 |
-
demo.queue(concurrency_count=20).launch(show_error=True
|
|
|
|
| 194 |
|
| 195 |
|
| 196 |
if __name__ == "__main__":
|
| 197 |
+
demo.queue(concurrency_count=20).launch(show_error=True)
|