Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ Original file is located at
|
|
14 |
# Cài đặt thư viện cần thiết
|
15 |
"""
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
|
21 |
publication_name = input("Please input the keyword for searching: ")
|
22 |
|
@@ -66,7 +66,7 @@ def checkPaper(publication_name):
|
|
66 |
else:
|
67 |
return "This paper has source code in github!\n" + backup_link
|
68 |
|
69 |
-
|
70 |
|
71 |
import gradio as gr
|
72 |
|
|
|
14 |
# Cài đặt thư viện cần thiết
|
15 |
"""
|
16 |
|
17 |
+
pip install beautifulsoup4
|
18 |
+
pip install google
|
19 |
+
pip install google-search-results
|
20 |
|
21 |
publication_name = input("Please input the keyword for searching: ")
|
22 |
|
|
|
66 |
else:
|
67 |
return "This paper has source code in github!\n" + backup_link
|
68 |
|
69 |
+
pip install gradio
|
70 |
|
71 |
import gradio as gr
|
72 |
|