Spaces:
Runtime error
Runtime error
gorkaartola
commited on
Commit
•
9f8d320
1
Parent(s):
b27edec
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
|
|
17 |
],
|
18 |
gr.File(),
|
19 |
title="Testing Zero Shot Classification by SDGs",
|
20 |
-
|
21 |
)
|
22 |
|
23 |
iface.launch()
|
|
|
17 |
],
|
18 |
gr.File(),
|
19 |
title="Testing Zero Shot Classification by SDGs",
|
20 |
+
article=parse_readme("README.md"),
|
21 |
)
|
22 |
|
23 |
iface.launch()
|