huimanho commited on
Commit
3fe0134
1 Parent(s): b0445db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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):