Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -342,19 +342,11 @@ def run_demo_server(pipe):
|
|
| 342 |
|
| 343 |
with gr.Tab("Panorama"):
|
| 344 |
with gr.Column():
|
| 345 |
-
gr.Markdown("
|
| 346 |
|
| 347 |
with gr.Tab("4K Image"):
|
| 348 |
with gr.Column():
|
| 349 |
-
gr.Markdown("
|
| 350 |
-
|
| 351 |
-
with gr.Tab("Normal Mapping"):
|
| 352 |
-
with gr.Column():
|
| 353 |
-
gr.Markdown("Functionality coming soon on June.24th")
|
| 354 |
-
|
| 355 |
-
with gr.Tab("Normal SuperResolution"):
|
| 356 |
-
with gr.Column():
|
| 357 |
-
gr.Markdown("Functionality coming soon on June.30th")
|
| 358 |
|
| 359 |
### Image tab
|
| 360 |
image_submit_btn.click(
|
|
|
|
| 342 |
|
| 343 |
with gr.Tab("Panorama"):
|
| 344 |
with gr.Column():
|
| 345 |
+
gr.Markdown("Coming soon")
|
| 346 |
|
| 347 |
with gr.Tab("4K Image"):
|
| 348 |
with gr.Column():
|
| 349 |
+
gr.Markdown("Coming soon")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 350 |
|
| 351 |
### Image tab
|
| 352 |
image_submit_btn.click(
|