Spaces:
Runtime error
Runtime error
Commit
·
3ce4bf8
1
Parent(s):
98f357a
Update main.py
Browse files
main.py
CHANGED
@@ -215,9 +215,6 @@ with gr.Blocks(theme=theme) as demo:
|
|
215 |
with gr.Row():
|
216 |
gr.load("hardon-server/sepia_filter", src="spaces")
|
217 |
with gr.Tab(label="GANs"):
|
218 |
-
with gr.Accordion("BaseGAN", open=False):
|
219 |
-
with gr.Row():
|
220 |
-
gr.load("hardon-server/basegan1", src="spaces")
|
221 |
with gr.Accordion("RANGAN", open=False):
|
222 |
with gr.Row():
|
223 |
gr.load("hardon-server/projected_gan1", src="spaces")
|
|
|
215 |
with gr.Row():
|
216 |
gr.load("hardon-server/sepia_filter", src="spaces")
|
217 |
with gr.Tab(label="GANs"):
|
|
|
|
|
|
|
218 |
with gr.Accordion("RANGAN", open=False):
|
219 |
with gr.Row():
|
220 |
gr.load("hardon-server/projected_gan1", src="spaces")
|