Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
openskyml/dreamdrop-stable-diffusion
HelloAI1
/
dreamdrop-stable-diffusion
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ehristoforu
commited on
Sep 8, 2023
Commit
348e14e
·
1 Parent(s):
0d37254
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+0
-3
main.py
CHANGED
Viewed
@@ -205,9 +205,6 @@ with gr.Blocks(theme=theme) as demo:
205
)
206
207
208
-
with gr.Tab(label="txt2video"):
209
-
with gr.Row():
210
-
gr.load("hysts/zeroscope-v2", src="spaces")
211
212
213
205
)
206
207
208
209
210