Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
PraneshJs
/
ResearchPaperRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PraneshJs
commited on
Sep 27, 2025
Commit
0508a5a
·
verified
·
1 Parent(s):
b66f579
added server name and port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -193,4 +193,4 @@ with gr.Blocks() as demo:
193
outputs=[chatbot]
194
)
195
196
-
demo.launch(debug=True)
193
outputs=[chatbot]
194
)
195
196
+
demo.launch(debug=True
, server_name="0.0.0.0",server_port=7860
)