Update app.py
Browse files
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=
|
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 |
|