Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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 3
Commit
4112b33
Β·
verified
Β·
1 Parent(s):
d89639c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ demo = gr.Interface(
52
)
53
54
if __name__ == "__main__":
55
-
demo.launch(True)
52
)
53
54
if __name__ == "__main__":
55
+
demo.launch(
share=
True)