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:
arasaltan
/
StudentHelper
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arasaltan
commited on
Feb 5
Commit
28e1044
Β·
verified
Β·
1 Parent(s):
77f4af2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.Interface(
62
)
63
64
if __name__ == "__main__":
65
-
demo.launch()
62
)
63
64
if __name__ == "__main__":
65
+
demo.launch(
share=True
)