HydroFlyer53 commited on
Commit
71ee2a9
·
verified ·
1 Parent(s): 7bead74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def chat_with_ai(message, history):
24
  )
25
  return result
26
 
27
- # Gradio Chat Interface with startup message
28
  demo = gr.ChatInterface(fn=chat_with_ai)
29
 
30
  if __name__ == "__main__":
31
- demo.launch()
 
24
  )
25
  return result
26
 
27
+ # Gradio Chat Interface
28
  demo = gr.ChatInterface(fn=chat_with_ai)
29
 
30
  if __name__ == "__main__":
31
+ demo.launch()