daniellefranca96 commited on
Commit
db747cb
1 Parent(s): f6c4092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks(css=".no-border {border: none !important;} center: {justify-conte
81
  example.click(show_example, [], [example_c, prompt_c])
82
  model_c.select(show_repo_id, inputs=[model_c], outputs=[repo_c])
83
 
84
- demo.launch()
 
81
  example.click(show_example, [], [example_c, prompt_c])
82
  model_c.select(show_repo_id, inputs=[model_c], outputs=[repo_c])
83
 
84
+ demo.launch(share=True)