Gregniuki commited on
Commit
03deed5
·
1 Parent(s): 2f5c596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -413,12 +413,13 @@ def transform(input_data):
413
 
414
  return magnitude, phase
415
 
416
-
 
417
 
418
  # Create an instance of the FastAPI class
419
- app = main()
420
 
421
  # Define a route for the root endpoint
422
- @app.get("/")
423
- def read_root():
424
- return {"message": "Hello, World!"}
 
413
 
414
  return magnitude, phase
415
 
416
+ #if __name__ == "__main__":
417
+ main()
418
 
419
  # Create an instance of the FastAPI class
420
+ #app = main()
421
 
422
  # Define a route for the root endpoint
423
+ #@app.get("/")
424
+ #def read_root():
425
+ # return {"message": "Hello, World!"}