Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
calculator_main
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
freddyaboulton
HF Staff
commited on
Jan 27
Commit
efec31e
·
verified
·
1 Parent(s):
d2c282c
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ demo = gr.Interface(
32
)
33
34
if __name__ == "__main__":
35
-
demo.launch(
ssr_mode=False
)
32
)
33
34
if __name__ == "__main__":
35
+
demo.launch()