Shamik88 commited on
Commit
32e3f99
·
1 Parent(s): b76f599

Gradio port change to share false

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -791,4 +791,4 @@ if __name__ == "__main__":
791
  if not USING_SPACES:
792
  main()
793
  else:
794
- app.queue().launch()
 
791
  if not USING_SPACES:
792
  main()
793
  else:
794
+ app.queue().launch(share=False,server_port=7860)