dupuyta commited on
Commit
8c71487
·
1 Parent(s): 8e2b48f

Upload gradio_llm_example.py

Browse files
Files changed (1) hide show
  1. gradio_llm_example.py +1 -1
gradio_llm_example.py CHANGED
@@ -157,6 +157,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as gradioApp:
157
 
158
 
159
  gr.close_all()
160
- gradioApp.launch(share=True, enable_queue=True)
161
 
162
 
 
157
 
158
 
159
  gr.close_all()
160
+ gradioApp.launch(share=True, enable_queue=True, auth=("neovision", "gradio2023"))
161
 
162