Chan55 commited on
Commit
48b4d6b
Β·
1 Parent(s): a544f9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(title="hi") as app2:
155
 
156
  demo = gr.TabbedInterface([app2], [ "Interview"])
157
 
158
- demo.launch(share=True,
159
  debug=False,
160
  )
161
 
 
155
 
156
  demo = gr.TabbedInterface([app2], [ "Interview"])
157
 
158
+ demo.launch(share=False,
159
  debug=False,
160
  )
161