Update app.py
Browse files
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 |
-
|
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 |
+
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.",
|