malaknihed commited on
Commit
846395a
·
verified ·
1 Parent(s): 7983c71
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -152,5 +152,6 @@ async def interpret_image(file: UploadFile = File(...)):
152
  return {"caption": caption[0]['generated_text']}
153
 
154
 
 
155
  if __name__ == "__main__":
156
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
152
  return {"caption": caption[0]['generated_text']}
153
 
154
 
155
+
156
  if __name__ == "__main__":
157
  uvicorn.run(app, host="0.0.0.0", port=7860)