Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
innat
/
Google-MediaPipe
like
8
Runtime error
App
Files
Files
Community
innat
commited on
Oct 7, 2023
Commit
295bb36
•
1 Parent(s):
2a54d64
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,7 +73,7 @@ def main():
73
examples=sample_images
74
)
75
76
-
iface.launch(
share=True
)
77
78
if __name__ == '__main__':
79
main()
73
examples=sample_images
74
)
75
76
+
iface.launch()
77
78
if __name__ == '__main__':
79
main()