Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
+
)
|