80cols commited on
Commit
c5703bb
·
verified ·
1 Parent(s): cda447a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -249,11 +249,13 @@ with demo:
249
  gr.Markdown("<span style='color:grey'>Server Side</span>")
250
  gr.Markdown(
251
  """
252
- It's high time to launch our prediction, by pressing the button you will launch the
253
  fraud analysis that our fictitious bank offers you.
254
 
255
  This server employs a [Random Forest (by Concrete-ML)](https://github.com/zama-ai/concrete-ml/blob/release/1.8.x/docs/references/api/concrete.ml.sklearn.rf.md#class-randomforestclassifier)
256
  classifier model that has been trained on a synthetic data-set.
 
 
257
  """
258
  )
259
 
 
249
  gr.Markdown("<span style='color:grey'>Server Side</span>")
250
  gr.Markdown(
251
  """
252
+ It's time to launch our prediction, by pressing the button you will launch the
253
  fraud analysis that our fictitious bank offers you.
254
 
255
  This server employs a [Random Forest (by Concrete-ML)](https://github.com/zama-ai/concrete-ml/blob/release/1.8.x/docs/references/api/concrete.ml.sklearn.rf.md#class-randomforestclassifier)
256
  classifier model that has been trained on a synthetic data-set.
257
+
258
+ This part takes a little time (about 140 seconds), since in fact the servers used are only for demonstration and are not very powerful (in the meantime, don't hesitate to take a look at the documentation 🤓👆).
259
  """
260
  )
261