Spaces:
Runtime error
Runtime error
File size: 99 Bytes
c16e60b |
1 2 3 4 5 6 |
import streamlit as st
from transformers import pipeline
pipe = pipeline('image-classification')
|