laurenok24
commited on
Update app.py
Browse files
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=["
|
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,
|