Updated
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ def generate_subject(email_body):
|
|
17 |
|
18 |
iface = gr.Interface(
|
19 |
fn=generate_subject,
|
20 |
-
inputs=
|
21 |
-
outputs=
|
22 |
)
|
23 |
|
24 |
iface.launch(debug=True)
|
|
|
17 |
|
18 |
iface = gr.Interface(
|
19 |
fn=generate_subject,
|
20 |
+
inputs="textbox",
|
21 |
+
outputs="textbox"
|
22 |
)
|
23 |
|
24 |
iface.launch(debug=True)
|