zerostratos commited on
Commit
a60b50c
·
verified ·
1 Parent(s): 941ffa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
- "mistralai/Mistral-7B-Instruct-v0.3"
6
  )
7
 
8
 
@@ -88,3 +88,8 @@ gr.ChatInterface(
88
  additional_inputs=additional_inputs,
89
  title="""Mistral 7B v0.3"""
90
  ).launch(show_api=False)
 
 
 
 
 
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
+ "zerostratos/test"
6
  )
7
 
8
 
 
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()