Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samith-a
/
Django-code-model
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
samith-a
commited on
Jun 1
Commit
a5e6f20
·
verified
·
1 Parent(s):
ce44dab
add online temp link share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -109,4 +109,4 @@ demo = gr.Interface(
109
)
110
111
if __name__ == "__main__":
112
-
demo.launch()
109
)
110
111
if __name__ == "__main__":
112
+
demo.launch(
share=True
)