Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ title: AI-Research-Assistant
|
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 3.38.0
|
|
|
6 |
---
|
7 |
<div style="width: 100%;">
|
8 |
<img src="./statics/title.svg" style="width: 100%;">
|
|
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 3.38.0
|
6 |
+
duplicated_from: zej97/AI-Research-Assistant
|
7 |
---
|
8 |
<div style="width: 100%;">
|
9 |
<img src="./statics/title.svg" style="width: 100%;">
|
app.py
CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks(theme=gr.themes.Base(),
|
|
119 |
with gr.Tab("📑Literature Review"):
|
120 |
gr.HTML(literature_review_html)
|
121 |
|
122 |
-
demo.queue().launch()
|
|
|
119 |
with gr.Tab("📑Literature Review"):
|
120 |
gr.HTML(literature_review_html)
|
121 |
|
122 |
+
demo.queue().launch(auth=("jiejin", "jinjie1207"))
|