Spaces:
No application file
No application file
Create Streamlit app.Py
Browse files- Streamlit app.Py +2 -0
Streamlit app.Py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
from transformers import pipeline
|