Pasula commited on
Commit
82f0586
·
verified ·
1 Parent(s): c4e9fb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -22,4 +22,6 @@ def fetch_response(user_input):
22
  # #end=""
23
 
24
  iface = gr.Interface(fn=fetch_response, inputs="text", outputs="text", title="Fastest AI Chatbot By Klizos", description="Ask a question and get a response.")
25
- iface.launch()
 
 
 
22
  # #end=""
23
 
24
  iface = gr.Interface(fn=fetch_response, inputs="text", outputs="text", title="Fastest AI Chatbot By Klizos", description="Ask a question and get a response.")
25
+ iface.launch(
26
+ share=True
27
+ )