change app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ iface = gr.Interface(
|
|
| 56 |
article=article,
|
| 57 |
inputs=image,
|
| 58 |
outputs=label,
|
| 59 |
-
theme="
|
| 60 |
examples=examples,
|
| 61 |
interpretation=interpretation,
|
| 62 |
enable_queue=enable_queue
|
|
|
|
| 56 |
article=article,
|
| 57 |
inputs=image,
|
| 58 |
outputs=label,
|
| 59 |
+
theme="default",
|
| 60 |
examples=examples,
|
| 61 |
interpretation=interpretation,
|
| 62 |
enable_queue=enable_queue
|