Sanket17 commited on
Commit
21fe931
·
verified ·
1 Parent(s): b2c0bdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import requests
2
  from fastapi import FastAPI, HTTPException
3
  from safetensors.torch import load_file
4
  import io
 
5
 
6
  # Create the FastAPI app
7
  app = FastAPI()
 
2
  from fastapi import FastAPI, HTTPException
3
  from safetensors.torch import load_file
4
  import io
5
+ from fastapi.responses import HTMLResponse
6
 
7
  # Create the FastAPI app
8
  app = FastAPI()