IgnoreLee commited on
Commit
6c5395c
·
1 Parent(s): 01c83f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ with gr.Blocks(title="수업 성적 확인") as demo:
25
  image_button.click(check_img,inputs=[input_image, guild_image], outputs = [data_output])
26
 
27
 
28
- demo.launch()
 
25
  image_button.click(check_img,inputs=[input_image, guild_image], outputs = [data_output])
26
 
27
 
28
+ demo.launch(share=True)