Genzo1010 commited on
Commit
bce534e
·
verified ·
1 Parent(s): 732dd48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -73,3 +73,5 @@ app.add_middleware(
73
  allow_methods=["*"],
74
  allow_headers=["*"],
75
  )
 
 
 
73
  allow_methods=["*"],
74
  allow_headers=["*"],
75
  )
76
+ if __name__ == "__main__":
77
+ python -m app