Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremove share=True
app.py
CHANGED
@@ -25,4 +25,4 @@ def chatbot(text):
|
|
25 |
iface = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-3 Chatbot")
|
26 |
|
27 |
# Launch the interface
|
28 |
-
iface.launch(
|
|
|
25 |
iface = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-3 Chatbot")
|
26 |
|
27 |
# Launch the interface
|
28 |
+
iface.launch()
|