sultan-hassan commited on
Commit
147decf
·
verified ·
1 Parent(s): 7b09166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ examples = ['I feel dizzy', 'what is the possible sickness for fatigue']
81
 
82
 
83
  title = "Real-time AI App with Groq API and LangChain to Answer medical questions"
84
- demo = gr.Interface(
85
  title=title,
86
  fn=rag_memory_stream,
87
  inputs="text",
 
81
 
82
 
83
  title = "Real-time AI App with Groq API and LangChain to Answer medical questions"
84
+ demo = gr.ChatInterface(
85
  title=title,
86
  fn=rag_memory_stream,
87
  inputs="text",