ahmad4raza commited on
Commit
94dcd08
·
1 Parent(s): 54b5491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ iface = gr.Interface(
83
  fn=main_model,
84
  inputs="image",
85
  outputs=["text", "audio"],
86
- title="Handwriting to Shakespearean Poem",
87
- description="Upload an image containing handwritten text to generate a Shakespearean poem and play the recited poem.",
88
  )
89
 
90
  if __name__ == "__main__":
 
83
  fn=main_model,
84
  inputs="image",
85
  outputs=["text", "audio"],
86
+ title="Flying Shakespeare",
87
+ description="Upload the image generated from Model-P101/M101.",
88
  )
89
 
90
  if __name__ == "__main__":