xinjie.wang commited on
Commit
d614a76
·
1 Parent(s): 705e302

Add application file

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -9,4 +9,8 @@ def greet(n):
9
 
10
 
11
  with gr.Blocks() as demo:
12
- model3d = LitModel3D(label="MESH", exposure=10, height=300)
 
 
 
 
 
9
 
10
 
11
  with gr.Blocks() as demo:
12
+ model3d = LitModel3D(label="MESH", exposure=10, height=300)
13
+
14
+
15
+ if __name__ == "__main__":
16
+ demo.launch()