yousef4 commited on
Commit
f41bbc3
1 Parent(s): 1d13cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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()