Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,13 +143,6 @@ async def upload_image(file: UploadFile = File(...)):
|
|
143 |
#Tranining Data set start fitering data for traninig
|
144 |
|
145 |
|
146 |
-
|
147 |
-
import io
|
148 |
-
from fastapi import FastAPI, Query
|
149 |
-
from huggingface_hub import list_repo_files, hf_hub_download, upload_file
|
150 |
-
|
151 |
-
app = FastAPI()
|
152 |
-
|
153 |
T_REPO_ID = "rahul7star/ohamlab"
|
154 |
DESCRIPTION_TEXT = (
|
155 |
"Ra3hul is wearing a black jacket over a striped white t-shirt with blue jeans. "
|
|
|
143 |
#Tranining Data set start fitering data for traninig
|
144 |
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
T_REPO_ID = "rahul7star/ohamlab"
|
147 |
DESCRIPTION_TEXT = (
|
148 |
"Ra3hul is wearing a black jacket over a striped white t-shirt with blue jeans. "
|