Maikou commited on
Commit
84f4ef4
1 Parent(s): 66e9c6f
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -372,4 +372,6 @@ with gr.Blocks() as app:
372
  guidance_scale, octree_depth],
373
  outputs=outputs, api_name="generate_txt2obj")
374
 
 
 
375
  app.launch()
 
372
  guidance_scale, octree_depth],
373
  outputs=outputs, api_name="generate_txt2obj")
374
 
375
+ print(os.path.abspath(os.path.dirname(__file__)))
376
+
377
  app.launch()