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
98ce03c
·
1 Parent(s):
de19639
To avoid deprecation
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.
Interface.
load("models/runwayml/stable-diffusion-v1-5").launch()
31
32
import gradio as gr
33
34
+
gr.load("models/runwayml/stable-diffusion-v1-5").launch()