Update app.py
Browse files
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.
|
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",
|