paramasivan27
commited on
Commit
•
107951d
1
Parent(s):
b72176a
Update space
Browse files
app.py
CHANGED
@@ -19,7 +19,8 @@ def ask_question(question, m_tokens):
|
|
19 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
20 |
"""
|
21 |
demo = gr.ChatInterface(
|
22 |
-
ask_question
|
|
|
23 |
)
|
24 |
|
25 |
|
|
|
19 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
20 |
"""
|
21 |
demo = gr.ChatInterface(
|
22 |
+
ask_question,
|
23 |
+
title="Cohort 22 - Group 16: AIML Q and A Llama 3"
|
24 |
)
|
25 |
|
26 |
|