Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,8 @@ api_key = os.environ.get("HUGGINGFACE_API_KEY")
|
|
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"))
|
|
|
43 |
title = ".mujo T ai art po O"
|
44 |
examples = ["Mujo kuje AI po mjesecu",
|
45 |
"Make logo of green smiling goat",
|
46 |
+
"Valter defends Sarajevo",
|
47 |
+
"Tešanj by Frida Kahlo",
|
48 |
]
|
49 |
gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title, examples=examples).launch()
|
50 |
#gr.load("models/stabilityai/stable-diffusion-2-1-base").launch(auth=("admin", "pass"))
|