Spaces:
Sleeping
Sleeping
Commit
·
84c2121
1
Parent(s):
b04cbde
Remove unnecessary code
Browse files
app.py
CHANGED
@@ -106,17 +106,6 @@ def get_papers(
|
|
106 |
return results
|
107 |
|
108 |
|
109 |
-
hf_user_name = "thomwolf"
|
110 |
-
positive_arxiv_ids = ["1910.01108"]
|
111 |
-
author_name = "Thomas Wolf"
|
112 |
-
|
113 |
-
|
114 |
-
# inputs = [
|
115 |
-
# gr.Textbox("1910.01108", interactive=True),
|
116 |
-
# gr.Textbox("thomwolf", label="HF username", interactive=True),
|
117 |
-
# ]
|
118 |
-
# gr.Interface(get_papers, inputs=inputs, outputs=gr.Markdown()).launch(debug=True)
|
119 |
-
|
120 |
with gr.Blocks() as demo:
|
121 |
with gr.Row():
|
122 |
gr.LoginButton(size="sm")
|
|
|
106 |
return results
|
107 |
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
with gr.Blocks() as demo:
|
110 |
with gr.Row():
|
111 |
gr.LoginButton(size="sm")
|