Affan8 commited on
Commit
0a5720a
·
verified ·
1 Parent(s): f3cbb87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -55,5 +55,6 @@ ui = gr.ChatInterface(
55
  fn=chat_groq,
56
  title="Affan's GenAI App (Groq)",
57
  theme=custom_theme
58
- ui.launch()
59
- )
 
 
55
  fn=chat_groq,
56
  title="Affan's GenAI App (Groq)",
57
  theme=custom_theme
58
+ )
59
+
60
+ ui.launch()