Gregniuki commited on
Commit
1a40ad2
·
1 Parent(s): 38ed714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -413,8 +413,8 @@ def transform(input_data):
413
 
414
  return magnitude, phase
415
 
416
- #if __name__ == "__main__":
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()