Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NEROTECHRB
/
clothing-segmentation-detection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Saad0KH
commited on
Aug 27, 2024
Commit
800790e
Β·
verified
Β·
1 Parent(s):
dd3ab8e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from flask import Flask, request, jsonify
2
from PIL import Image
3
import base64
4
import spaces
1
+
from flask import Flask, request, jsonify
,send_file
2
from PIL import Image
3
import base64
4
import spaces