TheEighthDay commited on
Commit
600e4c8
·
verified ·
1 Parent(s): 80d7b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,4 +76,4 @@ with gr.Blocks(title="Geolocation Reasoning App") as demo:
76
 
77
  # 启动应用
78
  if __name__ == "__main__":
79
- demo.launch(share=True)
 
76
 
77
  # 启动应用
78
  if __name__ == "__main__":
79
+ demo.launch()