Spaces:
Runtime error
Runtime error
RohitGandikota
commited on
Commit
Β·
2e45b7e
1
Parent(s):
a5233d5
fixing the gradio demo
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ class Demo:
|
|
| 43 |
|
| 44 |
with gr.Blocks() as demo:
|
| 45 |
self.layout()
|
| 46 |
-
demo.queue().launch()
|
| 47 |
|
| 48 |
|
| 49 |
def layout(self):
|
|
|
|
| 43 |
|
| 44 |
with gr.Blocks() as demo:
|
| 45 |
self.layout()
|
| 46 |
+
demo.queue().launch(share=True, max_threads=3)
|
| 47 |
|
| 48 |
|
| 49 |
def layout(self):
|