MK-316 commited on
Commit
fc50377
1 Parent(s): 22c7097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ with gr.Blocks() as app:
73
  submit_button.click(fn=get_image_html, inputs=year_input, outputs=image_output) # Use the button to trigger the display function
74
 
75
  # Launch the app with sharing options
76
- app.launch(share=True, debug=True)
 
73
  submit_button.click(fn=get_image_html, inputs=year_input, outputs=image_output) # Use the button to trigger the display function
74
 
75
  # Launch the app with sharing options
76
+ app.launch(debug=True)