sadickam commited on
Commit
ae3cb5c
·
verified ·
1 Parent(s): 962e59d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -363,7 +363,10 @@ iface3 = gr.Interface(fn=predict_from_csv,
363
  title="Multi-text Prediction",
364
  description='''**Threshold value:** The threshold value determines the minimum probability required
365
  for a label to be predicted. A higher threshold value will result in fewer labels being predicted,
366
- while a lower threshold value will result in more labels being predicted. The default threshold value is 0.3''')
 
 
 
367
 
368
  # Create a tabbed interface
369
  demo = gr.TabbedInterface(interface_list=[iface1, iface2, iface3],
 
363
  title="Multi-text Prediction",
364
  description='''**Threshold value:** The threshold value determines the minimum probability required
365
  for a label to be predicted. A higher threshold value will result in fewer labels being predicted,
366
+ while a lower threshold value will result in more labels being predicted. The default threshold value is 0.3''',
367
+ article="""**Note About Processing Large Dataset:** If you have more than 100 rows of data to process,
368
+ it may be best to use the Google Colab Notebook at the link below where you can leverage GPU for faster processing
369
+ https://colab.research.google.com/drive/15uOTDnzjQ_iD5HpuZuFX1oUoS_OvSJ5L?usp=sharing""")
370
 
371
  # Create a tabbed interface
372
  demo = gr.TabbedInterface(interface_list=[iface1, iface2, iface3],