Sarath0x8f commited on
Commit
04bd9f6
·
verified ·
1 Parent(s): 0db71b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]),
127
  clear.click(lambda: [None] * 3, outputs=[file_input, embed_model_dropdown, output])
128
 
129
  if __name__ == "__main__":
130
- demo.launch()
 
127
  clear.click(lambda: [None] * 3, outputs=[file_input, embed_model_dropdown, output])
128
 
129
  if __name__ == "__main__":
130
+ demo.launch(share=True)