Spaces:
Sleeping
Sleeping
fexeak commited on
Commit ·
2eeb4d4
1
Parent(s): 2b67802
2 commit
Browse files
app.py
CHANGED
|
@@ -18,5 +18,7 @@ iface = gr.Interface(
|
|
| 18 |
description="Enter a sentence to predict its sentiment using a pre-trained model."
|
| 19 |
)
|
| 20 |
|
|
|
|
|
|
|
| 21 |
# 启动 Gradio 应用
|
| 22 |
iface.launch()
|
|
|
|
| 18 |
description="Enter a sentence to predict its sentiment using a pre-trained model."
|
| 19 |
)
|
| 20 |
|
| 21 |
+
|
| 22 |
+
|
| 23 |
# 启动 Gradio 应用
|
| 24 |
iface.launch()
|