MNGames commited on
Commit
5786e96
1 Parent(s): cef1611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def gradio_app(email):
59
  # Gradio interface definition (without label)
60
  interface = Interface(
61
  fn=gradio_app,
62
- input="textbox",
63
  outputs=["text", "text"],
64
  title="AI Email Assistant",
65
  description="Enter a long email and get questions and possible answers generated by an AI model.",
 
59
  # Gradio interface definition (without label)
60
  interface = Interface(
61
  fn=gradio_app,
62
+ inputs="textbox",
63
  outputs=["text", "text"],
64
  title="AI Email Assistant",
65
  description="Enter a long email and get questions and possible answers generated by an AI model.",