Spaces:
Runtime error
Runtime error
Added domain
Browse files
app.py
CHANGED
@@ -85,5 +85,6 @@ gr.ChatInterface(
|
|
85 |
fn=generate,
|
86 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
87 |
additional_inputs=additional_inputs,
|
88 |
-
title="Mistral Arabic"
|
|
|
89 |
).launch(show_api=True)
|
|
|
85 |
fn=generate,
|
86 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
87 |
additional_inputs=additional_inputs,
|
88 |
+
title="Mistral Arabic",
|
89 |
+
footer="Tridz Technologies - https://tridz.com"
|
90 |
).launch(show_api=True)
|