Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ gr.ChatInterface(
|
|
93 |
fn=generate,
|
94 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
95 |
additional_inputs=additional_inputs,
|
96 |
-
gr.Markdown("**Hindi_Mistral8-7b**"), # Title in bold
|
97 |
-
title="",
|
98 |
examples=examples
|
99 |
).launch(show_api=True)
|
|
|
93 |
fn=generate,
|
94 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
95 |
additional_inputs=additional_inputs,
|
96 |
+
#gr.Markdown("**Hindi_Mistral8-7b**"), # Title in bold
|
97 |
+
title="**Hindi_Mistral8-7b**"",
|
98 |
examples=examples
|
99 |
).launch(show_api=True)
|