Pulkit-exe commited on
Commit
a137663
·
verified ·
1 Parent(s): 78bbea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ def predict(message, history):
95
 
96
  return response
97
 
98
- gr.ChatInterface(predict, type="messages").launch()
 
95
 
96
  return response
97
 
98
+ gr.ChatInterface(predict, type="messages").launch(share = True)