tomemojo commited on
Commit
23121e2
·
1 Parent(s): 95163be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ with gr.Blocks() as demo:
46
  responseBox = gr.Interface(fn=emojobot, inputs=[input],outputs=[output])
47
 
48
  if __name__ == "__main__":
49
- demo.launch(share=True)
 
46
  responseBox = gr.Interface(fn=emojobot, inputs=[input],outputs=[output])
47
 
48
  if __name__ == "__main__":
49
+ demo.launch()