wing-nus dyxohjl666 commited on
Commit
aff7dd8
1 Parent(s): 086fdba

fix share=true (#4)

Browse files

- set share=False (311cfd7fe2b7dd2971d28d5927236035c22d79eb)


Co-authored-by: Yixi Ding <dyxohjl666@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,4 +158,4 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
158
 
159
 
160
 
161
- demo.launch(share=True)
 
158
 
159
 
160
 
161
+ demo.launch(share=False)