Spaces:
Runtime error
Runtime error
trigger pipeline
Browse files
main.py
CHANGED
|
@@ -6,6 +6,7 @@ import logging
|
|
| 6 |
import aiohttp
|
| 7 |
from fastapi import FastAPI, File, UploadFile, HTTPException
|
| 8 |
from fastapi.responses import JSONResponse
|
|
|
|
| 9 |
import os
|
| 10 |
PATH = '/home/ahmadzen/.cache/huggingface'
|
| 11 |
DATASETPATH = '/home/ahmadzen/.cache/huggingface/datasests'
|
|
|
|
| 6 |
import aiohttp
|
| 7 |
from fastapi import FastAPI, File, UploadFile, HTTPException
|
| 8 |
from fastapi.responses import JSONResponse
|
| 9 |
+
|
| 10 |
import os
|
| 11 |
PATH = '/home/ahmadzen/.cache/huggingface'
|
| 12 |
DATASETPATH = '/home/ahmadzen/.cache/huggingface/datasests'
|