Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tbdatasci
/
PicassoBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tbdatasci
commited on
Jul 29, 2023
Commit
09fe663
·
1 Parent(s):
98ce03c
Updated name
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@
31
32
import gradio as gr
33
34
-
gr.load("models/runwayml/stable-diffusion-v1-5").launch()
31
32
import gradio as gr
33
34
+
gr.load(
name=
"models/runwayml/stable-diffusion-v1-5"
, alias='PicassoBot'
).launch()