ehristoforu commited on
Commit
bff31a4
·
1 Parent(s): 43cb42b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -5
main.py CHANGED
@@ -206,7 +206,6 @@ with gr.Blocks(theme=theme) as demo:
206
 
207
 
208
  with gr.Tab(label="img2txt"):
209
- with gr.Row():
210
  gr.load("hardon-server/img2txt-server", src="spaces")
211
 
212
 
@@ -223,10 +222,6 @@ with gr.Blocks(theme=theme) as demo:
223
  with gr.Accordion("Sepia Filter", open=False):
224
  with gr.Row():
225
  gr.load("hardon-server/sepia_filter", src="spaces")
226
- with gr.Tab(label="GANs"):
227
- with gr.Accordion("BaseGAN", open=False):
228
- with gr.Row():
229
- gr.load("hardon-server/basegan1", src="spaces")
230
  with gr.Accordion("RANGAN", open=False):
231
  with gr.Row():
232
  gr.load("hardon-server/projected_gan1", src="spaces")
 
206
 
207
 
208
  with gr.Tab(label="img2txt"):
 
209
  gr.load("hardon-server/img2txt-server", src="spaces")
210
 
211
 
 
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")