RohitGandikota commited on
Commit
2e45b7e
β€’
1 Parent(s): a5233d5

fixing the gradio demo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):