Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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:
|