yabramuvdi commited on
Commit
3b82846
·
verified ·
1 Parent(s): 6c99f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ with gr.Blocks() as demo:
86
  outputs=[text, token_choice, predictions]
87
  )
88
 
89
- demo.queue().launch()
 
86
  outputs=[text, token_choice, predictions]
87
  )
88
 
89
+ demo.queue().launch(share=True)