Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HareemFatima
/
StutterDetection
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
HareemFatima
commited on
Apr 27, 2024
Commit
2b6505b
·
verified
·
1 Parent(s):
2edf518
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
from transformers import pipeline
2
3
# Load the model pipeline
1
+
import streamlit as st
2
from transformers import pipeline
3
4
# Load the model pipeline