ehristoforu commited on
Commit
67d13bb
·
1 Parent(s): bff31a4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -2
main.py CHANGED
@@ -205,8 +205,6 @@ with gr.Blocks(theme=theme) as demo:
205
  )
206
 
207
 
208
- with gr.Tab(label="img2txt"):
209
- gr.load("hardon-server/img2txt-server", src="spaces")
210
 
211
 
212
 
@@ -222,6 +220,11 @@ with gr.Blocks(theme=theme) as demo:
222
  with gr.Accordion("Sepia Filter", open=False):
223
  with gr.Row():
224
  gr.load("hardon-server/sepia_filter", src="spaces")
 
 
 
 
 
225
  with gr.Accordion("RANGAN", open=False):
226
  with gr.Row():
227
  gr.load("hardon-server/projected_gan1", src="spaces")
 
205
  )
206
 
207
 
 
 
208
 
209
 
210
 
 
220
  with gr.Accordion("Sepia Filter", open=False):
221
  with gr.Row():
222
  gr.load("hardon-server/sepia_filter", src="spaces")
223
+ with gr.Tab(label="GANs"):
224
+ with gr.Accordion("BaseGAN", open=False):
225
+ with gr.Row():
226
+ gr.load("hardon-server/basegan1", src="spaces")
227
+
228
  with gr.Accordion("RANGAN", open=False):
229
  with gr.Row():
230
  gr.load("hardon-server/projected_gan1", src="spaces")