Dmitry72 commited on
Commit
51876ff
·
1 Parent(s): 0d99407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def image_classifier(inp):
7
  return {'cat': 0.3, 'dog': 0.7}
8
 
9
  demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
10
- demo.launch()
11
 
12
  # st.title("Определятор токсичности!")
13
 
 
7
  return {'cat': 0.3, 'dog': 0.7}
8
 
9
  demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
10
+ demo.launch(server_port='5432')
11
 
12
  # st.title("Определятор токсичности!")
13