Spaces:
Sleeping
Sleeping
Commit
•
ddab47a
1
Parent(s):
7662a0c
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,6 @@ def predict(image):
|
|
11 |
iface = gr.Interface(
|
12 |
fn=predict,
|
13 |
inputs=gr.inputs.Image(type='filepath'),
|
14 |
-
outputs='label', interpretation='
|
15 |
|
16 |
iface.launch()
|
|
|
11 |
iface = gr.Interface(
|
12 |
fn=predict,
|
13 |
inputs=gr.inputs.Image(type='filepath'),
|
14 |
+
outputs='label', interpretation='default',theme="huggingface")
|
15 |
|
16 |
iface.launch()
|