Manaranjan commited on
Commit
bef26d8
·
verified ·
1 Parent(s): 64483c4

deploy at 2024-09-17 18:25:23.661068

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -152,7 +152,7 @@ async def getanswer(d:dict):
152
  print(traceback.format_exc())
153
  return str(e)
154
 
155
- #setup_hf_backup(app)
156
 
157
  # Start the FastAPI server
158
  serve()
 
152
  print(traceback.format_exc())
153
  return str(e)
154
 
155
+ setup_hf_backup(app)
156
 
157
  # Start the FastAPI server
158
  serve()