Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kendrickfff
/
cryptarithm-solver
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kendrickfff
commited on
Nov 5, 2024
Commit
c910b7e
·
verified
·
1 Parent(s):
8e111ac
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ iface = gr.Interface(
57
)
58
59
if __name__ == "__main__":
60
-
iface.launch()
57
)
58
59
if __name__ == "__main__":
60
+
iface.launch(
share=True
)