smartdigitalnetworks commited on
Commit
ce135bf
·
verified ·
1 Parent(s): ba905ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ footer {
9
  """
10
 
11
  # This builds a demo around the model's Inference Endpoint
12
- demo = gr.load("mistralai/Mistral-7B-v0.1", src="models")
13
 
14
  demo.launch(css=css)
 
9
  """
10
 
11
  # This builds a demo around the model's Inference Endpoint
12
+ demo = gr.load("OFA-Sys/small-stable-diffusion-v0", src="models")
13
 
14
  demo.launch(css=css)