randomshit11 commited on
Commit
ed11c69
·
verified ·
1 Parent(s): fcb0962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ custom_css = """
40
  demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description,
41
  theme="gstaff/sketch", css=custom_css,
42
  )
43
- demo.launch(share = True)
44
 
45
 
 
40
  demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description,
41
  theme="gstaff/sketch", css=custom_css,
42
  )
43
+ demo.launch()
44
 
45