LilRg commited on
Commit
85e2256
·
verified ·
1 Parent(s): 7e6956c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -494,4 +494,4 @@ with gr.Blocks(theme=custom_theme) as demo:
494
  submit_button.click(submit_and_compare, skill_assessment_output, comparison_output)
495
 
496
  if __name__ == "__main__":
497
- demo.launch()
 
494
  submit_button.click(submit_and_compare, skill_assessment_output, comparison_output)
495
 
496
  if __name__ == "__main__":
497
+ demo.launch(share=True)