Corran commited on
Commit
39db9fe
·
verified ·
1 Parent(s): 66779e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,5 +105,5 @@ with open("examples.tsv","r") as ex:
105
  examples.append(row)
106
 
107
 
108
- demo = gr.Interface(fn=return_rf_scores, inputs="text", outputs="html",examples=[""])
109
  demo.launch()
 
105
  examples.append(row)
106
 
107
 
108
+ demo = gr.Interface(fn=return_rf_scores, inputs="text", outputs="html",examples=examples)
109
  demo.launch()