wangzerui commited on
Commit
2b75b43
·
verified ·
1 Parent(s): 05683ff

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,5 +195,5 @@ iface = gr.Interface(
195
  )
196
 
197
  if __name__ == "__main__":
198
- iface.launch(share=True, server_port=7861)
199
 
 
195
  )
196
 
197
  if __name__ == "__main__":
198
+ iface.launch(share=True)
199