Spaces:
Running
on
Zero
Running
on
Zero
yuntian-deng
commited on
Commit
•
ab9a71d
1
Parent(s):
1baaff6
Update app.py
Browse files
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 |
|