Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -413,8 +413,8 @@ def transform(input_data):
|
|
413 |
|
414 |
return magnitude, phase
|
415 |
|
416 |
-
|
417 |
-
main()
|
418 |
|
419 |
# Create an instance of the FastAPI class
|
420 |
#app = main()
|
|
|
413 |
|
414 |
return magnitude, phase
|
415 |
|
416 |
+
if __name__ == "__main__":
|
417 |
+
main()
|
418 |
|
419 |
# Create an instance of the FastAPI class
|
420 |
#app = main()
|