frogleo commited on
Commit
f882a9b
·
verified ·
1 Parent(s): 27fc85d

优化界面和交互

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()