Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ if __name__ == "__main__":
|
|
29 |
|
30 |
gr.Interface(
|
31 |
make_inference,
|
32 |
-
gr.inputs.Textbox(lines=2, label="
|
33 |
-
gr.outputs.Textbox(label="
|
34 |
title="Exective Summary Generator",
|
35 |
description="Generated Executive Summary",
|
36 |
).launch()
|
|
|
29 |
|
30 |
gr.Interface(
|
31 |
make_inference,
|
32 |
+
gr.inputs.Textbox(lines=2, label="Resume"),
|
33 |
+
gr.outputs.Textbox(label="Executive Summary"),
|
34 |
title="Exective Summary Generator",
|
35 |
description="Generated Executive Summary",
|
36 |
).launch()
|