Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ gradio.Interface(fn=classify,
|
|
44 |
optional=False),
|
45 |
outputs=gradio.outputs.Label(num_top_classes=5,
|
46 |
type='auto'),
|
47 |
-
theme='
|
48 |
examples=[['bedroom.jpg'],
|
49 |
['bathroom_AS.jpg'],
|
50 |
['samsung_room.jpg']],
|
|
|
44 |
optional=False),
|
45 |
outputs=gradio.outputs.Label(num_top_classes=5,
|
46 |
type='auto'),
|
47 |
+
theme='peach',
|
48 |
examples=[['bedroom.jpg'],
|
49 |
['bathroom_AS.jpg'],
|
50 |
['samsung_room.jpg']],
|