change theme for embedding space
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def main(share: bool, pretrained_model_name_or_path: str, model_version: str, us
|
|
225 |
return [image, measure_points, depth_text]
|
226 |
|
227 |
print("Create Gradio app...")
|
228 |
-
with gr.Blocks(
|
229 |
gr.Markdown(
|
230 |
f'''
|
231 |
<div align="center">
|
|
|
225 |
return [image, measure_points, depth_text]
|
226 |
|
227 |
print("Create Gradio app...")
|
228 |
+
with gr.Blocks() as demo:
|
229 |
gr.Markdown(
|
230 |
f'''
|
231 |
<div align="center">
|
example_images/06_MaitreyaBuddha.png
DELETED
Git LFS Details
|
example_images/{11_Room.jpg β 06_Room.jpg}
RENAMED
File without changes
|
example_images/09_Restaurant.jpg
DELETED
Git LFS Details
|
example_images/{12_StylizedHouses.jpg β 09_StylizedHouses.jpg}
RENAMED
File without changes
|