Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vishalkatheriya
/
florence-2-large-VQA-CPU-8bit
like
1
Running
App
Files
Files
Community
9ce2762
florence-2-large-VQA-CPU-8bit
/
inference.py
vishalkatheriya
Update inference.py
7c62949
verified
5 months ago
raw
Copy download link
history
blame
Safe
63 Bytes
import
streamlit
as
st
def
demo
():
st.write(
"yes its work"
)