Dmitry72 commited on
Commit
810633e
1 Parent(s): c6fb506
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ def image_classifier(inp):
8
  return a
9
 
10
  demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
11
- demo.launch(server_port=11459, share=True)
 
8
  return a
9
 
10
  demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
11
+ demo.launch(share=True)