tmartinez commited on
Commit
d9ce460
1 Parent(s): aee7809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def get_llama_response(message: str, history: list) -> str:
93
  return response.strip()
94
 
95
 
96
- gr.ChatInterface(get_llama_response).launch(debug=True)
97
 
98
 
99
 
 
93
  return response.strip()
94
 
95
 
96
+ gr.ChatInterface(get_llama_response).launch(debug=True, share=True)
97
 
98
 
99