Spaces:
Runtime error
Runtime error
Rename app_old.py to app.py
Browse files- app_old.py → app.py +1 -1
app_old.py → app.py
RENAMED
|
@@ -15,7 +15,7 @@ def predict(input):
|
|
| 15 |
app = gr.Interface(fn=predict, inputs=[gr.Textbox(label="Email", lines=12)],
|
| 16 |
outputs=[gr.Textbox(label="Subject", lines=3)],
|
| 17 |
title="EmailSubjectLineGeneration",
|
| 18 |
-
description="EmailSubjectLineGeneration"
|
| 19 |
)
|
| 20 |
app.launch(share=True, debug=True)
|
| 21 |
|
|
|
|
| 15 |
app = gr.Interface(fn=predict, inputs=[gr.Textbox(label="Email", lines=12)],
|
| 16 |
outputs=[gr.Textbox(label="Subject", lines=3)],
|
| 17 |
title="EmailSubjectLineGeneration",
|
| 18 |
+
description="EmailSubjectLineGeneration with GPT2"
|
| 19 |
)
|
| 20 |
app.launch(share=True, debug=True)
|
| 21 |
|