Spaces:
Runtime error
Runtime error
fix: typo
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ space = gr.Interface(
|
|
| 35 |
fn=get_titles,
|
| 36 |
inputs=gr.Textbox(label="Input Title"),
|
| 37 |
# outputs=gr.Textbox(label="Similar Titles"),
|
| 38 |
-
outputs=gr.Label(num_top_classes=5)
|
| 39 |
title=title,
|
| 40 |
description=description,
|
| 41 |
examples=examples,
|
|
|
|
| 35 |
fn=get_titles,
|
| 36 |
inputs=gr.Textbox(label="Input Title"),
|
| 37 |
# outputs=gr.Textbox(label="Similar Titles"),
|
| 38 |
+
outputs=gr.Label(num_top_classes=5),
|
| 39 |
title=title,
|
| 40 |
description=description,
|
| 41 |
examples=examples,
|