Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gregniuki
/
Pipertts
like
6
Running
App
Files
Files
Community
1
Gregniuki
commited on
Oct 2, 2023
Commit
cfd0c7c
•
1 Parent(s):
3de8408
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -414,7 +414,7 @@ def transform(input_data):
414
return magnitude, phase
415
416
if __name__ == "__main__":
417
-
418
pass
419
# app()
420
414
return magnitude, phase
415
416
if __name__ == "__main__":
417
+
main()
418
pass
419
# app()
420