Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sergiopaniego
/
sam_vs_sam_hq_image_comparison
like
7
Running
on
L4
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sergiopaniego
HF Staff
commited on
28 days ago
Commit
f6c5f6c
·
1 Parent(s):
8497449
Fixed
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
#
import os
2
3
os.system('pip install gradio-image-prompter')
4
os.system('pip install pydantic==2.10.6')
1
+
import os
2
3
os.system('pip install gradio-image-prompter')
4
os.system('pip install pydantic==2.10.6')