YongmingLi commited on
Commit
60b8260
·
verified ·
1 Parent(s): 85862cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ gr.Interface(fn=predict,
46
  allow_flagging = "manual",
47
  inputs=["text", "state"],
48
  outputs=["chatbot", "state"],
49
- theme='gradio/seafoam').launch()
50
 
51
  #theme ="grass",
52
  #title = title,
 
46
  allow_flagging = "manual",
47
  inputs=["text", "state"],
48
  outputs=["chatbot", "state"],
49
+ theme='gradio/seafoam').launch(share=True)
50
 
51
  #theme ="grass",
52
  #title = title,