Spaces:
Sleeping
Sleeping
hi
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def set_view_mode(mode: str):
|
|
| 64 |
)
|
| 65 |
|
| 66 |
|
| 67 |
-
with gr.Blocks(
|
| 68 |
gr.Markdown(
|
| 69 |
"""
|
| 70 |
# 🖼️ ➜ 🎬 Generate Focal Stacks from a Single Image
|
|
@@ -143,4 +143,5 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 143 |
)
|
| 144 |
|
| 145 |
if __name__ == "__main__":
|
| 146 |
-
demo.launch()
|
|
|
|
|
|
| 64 |
)
|
| 65 |
|
| 66 |
|
| 67 |
+
with gr.Blocks() as demo:
|
| 68 |
gr.Markdown(
|
| 69 |
"""
|
| 70 |
# 🖼️ ➜ 🎬 Generate Focal Stacks from a Single Image
|
|
|
|
| 143 |
)
|
| 144 |
|
| 145 |
if __name__ == "__main__":
|
| 146 |
+
demo.launch(css="footer {visibility: hidden}")
|
| 147 |
+
|