Spaces:
Runtime error
Runtime error
Commit
·
0d37254
1
Parent(s):
67d13bb
Update main.py
Browse files
main.py
CHANGED
@@ -205,7 +205,9 @@ with gr.Blocks(theme=theme) as demo:
|
|
205 |
)
|
206 |
|
207 |
|
208 |
-
|
|
|
|
|
209 |
|
210 |
|
211 |
|
@@ -221,9 +223,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
221 |
with gr.Row():
|
222 |
gr.load("hardon-server/sepia_filter", src="spaces")
|
223 |
with gr.Tab(label="GANs"):
|
224 |
-
|
225 |
-
with gr.Row():
|
226 |
-
gr.load("hardon-server/basegan1", src="spaces")
|
227 |
|
228 |
with gr.Accordion("RANGAN", open=False):
|
229 |
with gr.Row():
|
|
|
205 |
)
|
206 |
|
207 |
|
208 |
+
with gr.Tab(label="txt2video"):
|
209 |
+
with gr.Row():
|
210 |
+
gr.load("hysts/zeroscope-v2", src="spaces")
|
211 |
|
212 |
|
213 |
|
|
|
223 |
with gr.Row():
|
224 |
gr.load("hardon-server/sepia_filter", src="spaces")
|
225 |
with gr.Tab(label="GANs"):
|
226 |
+
|
|
|
|
|
227 |
|
228 |
with gr.Accordion("RANGAN", open=False):
|
229 |
with gr.Row():
|