Spaces:
Runtime error
Runtime error
Commit ·
47616df
1
Parent(s): 77cc849
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ demo = gr.Interface(
|
|
| 165 |
gr.outputs.Textbox(label="Content_prediction"),
|
| 166 |
gr.outputs.Textbox(label="Content_confidence_score"),
|
| 167 |
gr.outputs.Textbox(label="Description").style(show_copy_button=True),
|
| 168 |
-
gr.outputs.Textbox(label="
|
| 169 |
gr.outputs.Textbox(label="Text_confidence_score"),
|
| 170 |
],
|
| 171 |
)
|
|
|
|
| 165 |
gr.outputs.Textbox(label="Content_prediction"),
|
| 166 |
gr.outputs.Textbox(label="Content_confidence_score"),
|
| 167 |
gr.outputs.Textbox(label="Description").style(show_copy_button=True),
|
| 168 |
+
gr.outputs.Textbox(label="Text_prediction"),
|
| 169 |
gr.outputs.Textbox(label="Text_confidence_score"),
|
| 170 |
],
|
| 171 |
)
|