JustKiddo commited on
Commit
9ce7a58
·
verified ·
1 Parent(s): d062e59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,4 +114,4 @@ with gr.Blocks() as demo:
114
  outputs=[input_tokens, output_ids])
115
 
116
  if __name__ == "__main__":
117
- demo.launch(debug=True)
 
114
  outputs=[input_tokens, output_ids])
115
 
116
  if __name__ == "__main__":
117
+ demo.launch(debug=True, share=True)