IgnoreLee commited on
Commit
5b30384
·
verified ·
1 Parent(s): 54f006a

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(share=True)
 
25
  image_button.click(check_img,inputs=[input_image, guild_image], outputs = [data_output])
26
 
27
 
28
+ demo.launch()