laurenok24 commited on
Commit
ca1d622
·
verified ·
1 Parent(s): 152a617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ with gr.Blocks() as demo_precomputed:
368
 
369
 
370
  demo_precomputed.queue()
371
- demo_precomputed.launch(share=True, allowed_paths=["platform.png", "splash.png", "pose_estimation.png"])
372
  ######### gradio where we input first and second folder ##
373
  # demo = gr.Interface(
374
  # fn=get_html_from_finedivingkey,
 
368
 
369
 
370
  demo_precomputed.queue()
371
+ demo_precomputed.launch(share=True, allowed_paths=["."])
372
  ######### gradio where we input first and second folder ##
373
  # demo = gr.Interface(
374
  # fn=get_html_from_finedivingkey,