Spaces:
Runtime error
Runtime error
path
Browse files
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()
|