Sergiu2404 commited on
Commit
2b251bc
·
1 Parent(s): 9a23284

refactor app.py and requirements.txt to specify gradio version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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