Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def rag_memory_stream(text):
|
|
76 |
|
77 |
examples = ['Tourist attraction sites in Morocco', 'What are some fun activities to do in Morocco?']
|
78 |
|
79 |
-
title = "Real-time AI App with Groq API and LangChain to Answer
|
80 |
demo = gr.Interface(
|
81 |
title=title,
|
82 |
fn=rag_memory_stream,
|
|
|
76 |
|
77 |
examples = ['Tourist attraction sites in Morocco', 'What are some fun activities to do in Morocco?']
|
78 |
|
79 |
+
title = "Real-time AI App with Groq API and LangChain to Answer Morocco Tourism questions"
|
80 |
demo = gr.Interface(
|
81 |
title=title,
|
82 |
fn=rag_memory_stream,
|