Spaces:
Running
on
Zero
Running
on
Zero
优化界面和交互
Browse files
app.py
CHANGED
|
@@ -6,4 +6,6 @@ description = "A lightweight image to 3D converter"
|
|
| 6 |
|
| 7 |
with gr.Blocks().queue() as demo:
|
| 8 |
gr.Markdown(title)
|
| 9 |
-
gr.Markdown(description)
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
with gr.Blocks().queue() as demo:
|
| 8 |
gr.Markdown(title)
|
| 9 |
+
gr.Markdown(description)
|
| 10 |
+
|
| 11 |
+
demo.launch()
|