Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ def chatbot(prompt):
|
|
28 |
app = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-4o Mini Chatbot")
|
29 |
|
30 |
# Run the chatbot
|
31 |
-
app.launch(
|
|
|
28 |
app = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-4o Mini Chatbot")
|
29 |
|
30 |
# Run the chatbot
|
31 |
+
app.launch()
|