Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Sayandip
/
Find_Current_Affairs
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sayandip
commited on
Oct 17, 2025
Commit
d4c7a44
·
verified
·
1 Parent(s):
20ff1cc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -288,4 +288,4 @@ with gr.Blocks(title="Current Affairs Finder for Exam Preparation") as demo:
288
289
290
if __name__ == "__main__":
291
-
demo.launch()
288
289
290
if __name__ == "__main__":
291
+
demo.launch(
share=True
)