Spaces:
Runtime error
Runtime error
abrar-adnan
commited on
Commit
·
de866b2
1
Parent(s):
73b7bd5
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,5 @@ def classify_book_genre(description):
|
|
24 |
label = gr.outputs.Label(num_top_classes=5)
|
25 |
iface = gr.Interface(fn=classify_book_genre, inputs="text", outputs=label)
|
26 |
iface.launch(inline=False)
|
|
|
27 |
|
|
|
24 |
label = gr.outputs.Label(num_top_classes=5)
|
25 |
iface = gr.Interface(fn=classify_book_genre, inputs="text", outputs=label)
|
26 |
iface.launch(inline=False)
|
27 |
+
|
28 |
|