Dmitry72 commited on
Commit
14d87d2
·
1 Parent(s): 2f4b5e4

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(server_port=5432)
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=11924)
11
 
12
  # st.title("Определятор токсичности!")
13