Spaces:
Sleeping
Sleeping
Commit
·
ee93ec9
1
Parent(s):
9a066dd
Add application file
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ def image_classifier(inp):
|
|
4 |
return {'cat': 0.3, 'dog': 0.7}
|
5 |
|
6 |
demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
7 |
-
demo.launch(
|
|
|
4 |
return {'cat': 0.3, 'dog': 0.7}
|
5 |
|
6 |
demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
7 |
+
demo.launch()
|