xp3857 commited on
Commit
4b7a185
1 Parent(s): ae91b03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,9 +2,9 @@ import gradio as gr
2
  import requests
3
  import os
4
 
5
- name2 = runwayml/stable-diffusion-v1-5
6
- name = "andite/anything-v4.0"
7
- model = gr.Interface.load(f"models/{name}")
8
 
9
 
10
  o = os.getenv("P")
 
2
  import requests
3
  import os
4
 
5
+ name2 = "runwayml/stable-diffusion-v1-5"
6
+ name1 = "andite/anything-v4.0"
7
+ model = gr.Interface.load(f"models/{name2}")
8
 
9
 
10
  o = os.getenv("P")