Aashiue commited on
Commit
5d6934a
1 Parent(s): 07fa5dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,5 +4,5 @@ text_to_speech = pipeline('image-classification')
4
  input_img = 'abc.jpeg'
5
  def text_to_speech(input_img):
6
  return text_to_speech(input_img).wav
7
- interface = gr.Interface(text_to_speech, gr.Image(shape=(200, 200)), "audio", theme='dark')
8
  interface.launch()
 
4
  input_img = 'abc.jpeg'
5
  def text_to_speech(input_img):
6
  return text_to_speech(input_img).wav
7
+ interface = gr.Interface(text_to_speech, gr.Image(), "audio", theme='dark')
8
  interface.launch()