LPX55 commited on
Commit
b0cd9cf
·
verified ·
1 Parent(s): e22d5ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +129,8 @@ print(client.predict("Alex", 5, False, api_name="/greet"))
129
 
130
  with gr.Tab("Sepia Image"):
131
  sepia_tab()
132
- with gr.Tab("Space Loader (gr.load)"):
133
- gr_load_tab()
134
  with gr.Tab("Space Loader (iframe)"):
135
  iframe_loader_tab()
136
  with gr.Tab("Extra Space", visible=False) as extra_space_tab:
 
129
 
130
  with gr.Tab("Sepia Image"):
131
  sepia_tab()
132
+ # with gr.Tab("Space Loader (gr.load)"):
133
+ # gr_load_tab()
134
  with gr.Tab("Space Loader (iframe)"):
135
  iframe_loader_tab()
136
  with gr.Tab("Extra Space", visible=False) as extra_space_tab: