Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
c32870d
fastapi_django_main_live
/
routers
/
bunnkatu
/
mysite
/
process_file.py
kenken999
d
3d2aa58
6 months ago
raw
Copy download link
history
blame
182 Bytes
import
os
import
shutil
import
subprocess
from
mysite.utils
import
set_environment_variables
def
process_file
(
fileobj, prompt, foldername
):
set_environment_variables()
# ...