Spaces:
Runtime error
Runtime error
interpretation FTW
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ article = """
|
|
30 |
|
31 |
interface = gr.Interface(
|
32 |
classify,
|
|
|
33 |
inputs='image',
|
34 |
outputs='label',
|
35 |
instructuction = Instruction,
|
|
|
30 |
|
31 |
interface = gr.Interface(
|
32 |
classify,
|
33 |
+
interpretation="default",
|
34 |
inputs='image',
|
35 |
outputs='label',
|
36 |
instructuction = Instruction,
|