Maikou commited on
Commit
1c2f511
1 Parent(s): 84f4ef4
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -360,7 +360,7 @@ with gr.Blocks() as app:
360
  file_out = gr.File(label="Files", visible=False)
361
 
362
  outputs = [model_3d, file_out]
363
-
364
  img.upload(disable_cache, outputs=cache_dir)
365
  examples.select(set_cache, outputs=[img, cache_dir])
366
  print(f'line:404: {cache_dir}')
@@ -372,6 +372,6 @@ with gr.Blocks() as app:
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()
 
360
  file_out = gr.File(label="Files", visible=False)
361
 
362
  outputs = [model_3d, file_out]
363
+ print(os.path.abspath(os.path.dirname(__file__)))
364
  img.upload(disable_cache, outputs=cache_dir)
365
  examples.select(set_cache, outputs=[img, cache_dir])
366
  print(f'line:404: {cache_dir}')
 
372
  guidance_scale, octree_depth],
373
  outputs=outputs, api_name="generate_txt2obj")
374
 
375
+
376
 
377
  app.launch()