yoon-gu commited on
Commit
2deba1f
·
1 Parent(s): a3bf6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ with gr.Blocks() as demo:
47
  next.click(next_func, None, [question, ground_truth, prediction, todos, done])
48
 
49
  demo.queue()
50
- demo.launch(share=True)
 
47
  next.click(next_func, None, [question, ground_truth, prediction, todos, done])
48
 
49
  demo.queue()
50
+ demo.launch()