dlflannery commited on
Commit
93f77de
·
verified ·
1 Parent(s): 884f13d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ with gr.Blocks() as demo:
65
  outputs=[history, output_window, prompt_window])
66
  clear_button.click(clear, inputs=[], outputs=[prompt_window, history, output_window])
67
 
68
- demo.launch(allowed_paths=GRADIO_ALLOWED_PATHS)
 
65
  outputs=[history, output_window, prompt_window])
66
  clear_button.click(clear, inputs=[], outputs=[prompt_window, history, output_window])
67
 
68
+ demo.launch(allowed_paths=os.getenv(GRADIO_ALLOWED_PATHS))