Spaces:
Sleeping
Sleeping
marcogallen
commited on
Commit
•
0cd0735
1
Parent(s):
ce7e8a1
Update for app.py to remove shared=true when launching gradio
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ def predict(img):
|
|
12 |
|
13 |
title = "Emotions classifier"
|
14 |
description = "This classifier tries to find peoples emotions from pictures."
|
15 |
-
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3), title=title, description=description).launch(
|
|
|
12 |
|
13 |
title = "Emotions classifier"
|
14 |
description = "This classifier tries to find peoples emotions from pictures."
|
15 |
+
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3), title=title, description=description).launch()
|