ehristoforu commited on
Commit
2a8dbfa
·
1 Parent(s): 3ce4bf8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +14 -0
main.py CHANGED
@@ -203,6 +203,17 @@ with gr.Blocks(theme=theme) as demo:
203
  ],
204
  outputs=[result_image],
205
  )
 
 
 
 
 
 
 
 
 
 
 
206
  with gr.Tab(label="Others"):
207
  with gr.Tab(label="Image Tools"):
208
  with gr.Accordion("Remove Background", open=False):
@@ -215,6 +226,9 @@ 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("RANGAN", open=False):
219
  with gr.Row():
220
  gr.load("hardon-server/projected_gan1", src="spaces")
 
203
  ],
204
  outputs=[result_image],
205
  )
206
+
207
+
208
+ with gr.Tab(label="img2txt"):
209
+ with gr.Row():
210
+ gr.load("hardon-server/img2txt-server", src="spaces")
211
+
212
+ with gr.Tab(label="txt2video"):
213
+ with gr.Row():
214
+ gr.load("hysts/zeroscope-v2", src="spaces")
215
+
216
+
217
  with gr.Tab(label="Others"):
218
  with gr.Tab(label="Image Tools"):
219
  with gr.Accordion("Remove Background", open=False):
 
226
  with gr.Row():
227
  gr.load("hardon-server/sepia_filter", src="spaces")
228
  with gr.Tab(label="GANs"):
229
+ with gr.Accordion("BaseGAN", open=False):
230
+ with gr.Row():
231
+ gr.load("hardon-server/basegan1", src="spaces")
232
  with gr.Accordion("RANGAN", open=False):
233
  with gr.Row():
234
  gr.load("hardon-server/projected_gan1", src="spaces")