JayeshCC commited on
Commit
1953aab
·
verified ·
1 Parent(s): 837bbe4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -76,7 +76,7 @@ def main(host: str = "0.0.0.0", port: int = 8000):
76
  uvicorn.run(app, host=host, port=port)
77
 
78
 
79
- if __name__ == "__main__":
80
  import argparse
81
 
82
  parser = argparse.ArgumentParser()
 
76
  uvicorn.run(app, host=host, port=port)
77
 
78
 
79
+ if __name__ == '__main__':
80
  import argparse
81
 
82
  parser = argparse.ArgumentParser()