Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: AI-Research-Assistant
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 3.38.0
|
|
|
1 |
---
|
2 |
+
title: AI-Research-Assistant-Beta
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 3.38.0
|
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"))
|