Chang Che Wei commited on
Commit
a56bc8b
·
1 Parent(s): e29b14f

initial gradio demo

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
 
27
  if __name__ == "__main__":
28
  # localhost:7860 預覽
29
- demo.launch(share=True)
 
26
 
27
  if __name__ == "__main__":
28
  # localhost:7860 預覽
29
+ demo.launch()