jayebaku commited on
Commit
bee0f01
·
verified ·
1 Parent(s): 05e3e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -230,8 +230,8 @@ with gr.Blocks(fill_width=True) as demo:
230
  higher values makes the classifier stricter (CAUTION: A value of 1 will set all predictions as none)", interactive=True)
231
  T_predict_button = gr.Button("Start Prediction")
232
 
233
- T_examples = gr.Examples([["./samples.tsv", "tweet_content", "jayebaku/XLMRoberta-twitter-crexdata-flood-wildfire-detector", 0.95]],
234
- inputs=[T_file_input, T_text_field, T_event_model, T_threshold])
235
 
236
  gr.Markdown("""Select an ID cell in dataframe to view Embedded tweet""")
237
  T_tweetID = gr.Textbox(visible=False)
 
230
  higher values makes the classifier stricter (CAUTION: A value of 1 will set all predictions as none)", interactive=True)
231
  T_predict_button = gr.Button("Start Prediction")
232
 
233
+ T_examples = gr.Examples([["./samples.tsv", "tweet_content", "jayebaku/XLMRoberta-twitter-crexdata-flood-wildfire-detector", 0.00]],
234
+ inputs=[T_file_input, T_text_field, T_event_model, T_threshold])
235
 
236
  gr.Markdown("""Select an ID cell in dataframe to view Embedded tweet""")
237
  T_tweetID = gr.Textbox(visible=False)