Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JohnTan38
/
calculator
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JohnTan38
commited on
Mar 29, 2023
Commit
4667806
·
1 Parent(s):
e88150c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.Interface(
25
description="Máy tính. thêm vào. trừ. nhân"
26
)
27
28
-
demo.launch(debug=True)
25
description="Máy tính. thêm vào. trừ. nhân"
26
)
27
28
+
demo.launch(debug=True
, share=True
)