Abubakar Abid commited on
Commit
adcb063
1 Parent(s): 9f25405

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app/app_gradio.py +1 -1
app/app_gradio.py CHANGED
@@ -181,4 +181,4 @@ gr.Interface(run_inference,
181
  allow_flagging=False,
182
  live=False,
183
  # server_port=8999
184
- ).launch()
 
181
  allow_flagging=False,
182
  live=False,
183
  # server_port=8999
184
+ ).launch(share=True)