Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AbdullahMd12
/
openai-clip-vit-large-patch14
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
AbdullahMd12
commited on
Apr 3, 2023
Commit
0ba5dfb
·
1 Parent(s):
43318cd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,9 @@
1
import streamlit as st
2
import cv2
3
import numpy as np
1
+
!pip install scikit-learn
2
+
3
+
4
+
5
+
6
+
7
import streamlit as st
8
import cv2
9
import numpy as np