Spaces:
Runtime error
Runtime error
Commit
·
12c852b
1
Parent(s):
b59e911
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ suggestion_demo = gr.Interface(
|
|
65 |
description = description1
|
66 |
)
|
67 |
|
68 |
-
manual_label_demo = gr.Blocks() as demo:
|
69 |
output = [gr.Textbox(label="News Headline"),gr.Textbox(label="Our Predicted Sentiment")],
|
70 |
generate_btn = gr.Button('Show me a headline!')
|
71 |
generate_btn.click(fn=manual_label, outputs=output)
|
|
|
65 |
description = description1
|
66 |
)
|
67 |
|
68 |
+
manual_label_demo = with gr.Blocks() as demo:
|
69 |
output = [gr.Textbox(label="News Headline"),gr.Textbox(label="Our Predicted Sentiment")],
|
70 |
generate_btn = gr.Button('Show me a headline!')
|
71 |
generate_btn.click(fn=manual_label, outputs=output)
|