Purnimajagann commited on
Commit
9b59479
·
verified ·
1 Parent(s): b7cc39e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug=True)
 
28
  app = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-4o Mini Chatbot")
29
 
30
  # Run the chatbot
31
+ app.launch()