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

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(share=True)
 
494
  submit_button.click(submit_and_compare, skill_assessment_output, comparison_output)
495
 
496
  if __name__ == "__main__":
497
+ demo.launch()