yuntian-deng commited on
Commit
ab9a71d
1 Parent(s): 1baaff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ iface = gr.Interface(
105
  ],
106
  outputs=[gr.Textbox(label="Predicted Score"), gr.Textbox(label="Predicted Selection Probability")],
107
  title="Paper Selection Prediction",
108
- description="Predict if @_akhaliq will select your paper. Enter the title, authors, and abstract of your paper, or enter an arXiv URL/ID.",
109
  live=False,
110
  )
111
 
 
105
  ],
106
  outputs=[gr.Textbox(label="Predicted Score"), gr.Textbox(label="Predicted Selection Probability")],
107
  title="Paper Selection Prediction",
108
+ description="Predict if @_akhaliq will select your paper into Hugging Face papers. Enter the title, authors, and abstract of your paper, or enter an arXiv URL/ID.",
109
  live=False,
110
  )
111