Ramshah07 commited on
Commit
7b52735
·
verified ·
1 Parent(s): 140cb01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ class Me :
135
 
136
  if __name__ == "__main__":
137
  me = Me()
138
- gr.ChatInterface(me.chat_with_me, type="messages").launch()
139
 
140
 
141
 
 
135
 
136
  if __name__ == "__main__":
137
  me = Me()
138
+ gr.ChatInterface(me.chat_with_me, type="messages").launch(share=True)
139
 
140
 
141