Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ demo = gr.Interface(
|
|
30 |
outputs=gr.Label(num_top_classes=2),
|
31 |
title=title,
|
32 |
description=description,
|
33 |
-
|
34 |
examples=examples,
|
35 |
#interpretation='default',
|
36 |
#enable_queue=enable_queue
|
|
|
30 |
outputs=gr.Label(num_top_classes=2),
|
31 |
title=title,
|
32 |
description=description,
|
33 |
+
article=article,
|
34 |
examples=examples,
|
35 |
#interpretation='default',
|
36 |
#enable_queue=enable_queue
|