Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from diffusers.utils import export_to_video
|
|
| 6 |
import io
|
| 7 |
from fastapi.responses import StreamingResponse
|
| 8 |
import uvicorn
|
|
|
|
| 9 |
|
| 10 |
app = FastAPI()
|
| 11 |
|
|
|
|
| 6 |
import io
|
| 7 |
from fastapi.responses import StreamingResponse
|
| 8 |
import uvicorn
|
| 9 |
+
import torch
|
| 10 |
|
| 11 |
app = FastAPI()
|
| 12 |
|