Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huimanho
/
practice20240930
like
0
Sleeping
App
Files
Files
Community
huimanho
commited on
Sep 30, 2024
Commit
3fe0134
•
1 Parent(s):
b0445db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
#programe title: read photo to speech
2
-
3
4
5
def img2text(url):
1
#programe title: read photo to speech
2
+
import streamlit as st
3
+
from transformers import pipeline
4
5
6
def img2text(url):