isLinXu commited on
Commit
354b50b
·
1 Parent(s): 2a08898

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,6 +98,6 @@ if __name__ == '__main__':
98
  )
99
 
100
  # Run Gradio interface
101
- iface.launch(share=True)
102
 
103
 
 
98
  )
99
 
100
  # Run Gradio interface
101
+ iface.launch()
102
 
103