sammaccc commited on
Commit
9fa1c09
·
1 Parent(s): 381db3f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,6 +19,6 @@ title = "monkeys !!!"
19
  description = "classifies a monkey as an orangutan, chimpanzee, or gorilla"
20
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type="pil"), outputs=gr.Label(),
21
  title=title, description=description, examples=examples)
22
- intf.launch()
23
 
24
  #pathlib.PosixPath = temp
 
19
  description = "classifies a monkey as an orangutan, chimpanzee, or gorilla"
20
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type="pil"), outputs=gr.Label(),
21
  title=title, description=description, examples=examples)
22
+ intf.launch(share=True)
23
 
24
  #pathlib.PosixPath = temp