Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,9 @@ gr.ChatInterface(
|
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
additional_inputs=additional_inputs,
|
89 |
title="""Mistral 7B v0.3"""
|
90 |
-
).launch(show_api=False)
|
|
|
|
|
|
|
|
|
|
|
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
additional_inputs=additional_inputs,
|
89 |
title="""Mistral 7B v0.3"""
|
90 |
+
).launch(show_api=False)
|
91 |
+
|
92 |
+
|
93 |
+
gr.load("models/ehristoforu/dalle-3-xl-v2").launch()
|
94 |
+
|
95 |
+
gr.load("models/microsoft/Phi-3-mini-4k-instruct").launch()
|