Update app.py - removed interpretation from iface
Browse files
app.py
CHANGED
@@ -56,7 +56,6 @@ iface = gr.Interface(
|
|
56 |
outputs=label,
|
57 |
theme="default",
|
58 |
examples=examples,
|
59 |
-
interpretation=interpretation,
|
60 |
enable_queue=enable_queue
|
61 |
)
|
62 |
|
|
|
56 |
outputs=label,
|
57 |
theme="default",
|
58 |
examples=examples,
|
|
|
59 |
enable_queue=enable_queue
|
60 |
)
|
61 |
|