Spaces:
Build error
Build error
Commit ·
2b251bc
1
Parent(s): 9a23284
refactor app.py and requirements.txt to specify gradio version
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
| 43 |
gr.Textbox(label="Interpretation")
|
| 44 |
],
|
| 45 |
title="TinyFinBERT Sentiment Analysis",
|
| 46 |
-
allow_api=True,
|
| 47 |
api_name="predict"
|
| 48 |
)
|
| 49 |
|
|
|
|
| 43 |
gr.Textbox(label="Interpretation")
|
| 44 |
],
|
| 45 |
title="TinyFinBERT Sentiment Analysis",
|
| 46 |
+
#allow_api=True,
|
| 47 |
api_name="predict"
|
| 48 |
)
|
| 49 |
|