xnetba commited on
Commit
9e4261a
·
1 Parent(s): b358a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -41,6 +41,8 @@ api_key = os.environ.get("HUGGINGFACE_API_KEY")
41
  #iface.launch()
42
 
43
  title = ".mujo T ai art po O"
44
- examples = [["Mujo kuje AI po mjesecu"], ["Make logo of green smiling goat"]]
 
 
45
  gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title, examples=examples).launch()
46
  #gr.load("models/stabilityai/stable-diffusion-2-1-base").launch(auth=("admin", "pass"))
 
41
  #iface.launch()
42
 
43
  title = ".mujo T ai art po O"
44
+ examples = ["Mujo kuje AI po mjesecu",
45
+ "Make logo of green smiling goat",
46
+ ]
47
  gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title, examples=examples).launch()
48
  #gr.load("models/stabilityai/stable-diffusion-2-1-base").launch(auth=("admin", "pass"))