Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ examples = [
|
|
13 |
]
|
14 |
|
15 |
demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
|
16 |
-
title="Distil GPT2 Finetuned on HKDSE English Language Paper 4", examples=examples)
|
17 |
|
18 |
demo.launch()
|
|
|
13 |
]
|
14 |
|
15 |
demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
|
16 |
+
title="Text Generator Distil GPT2 Finetuned on HKDSE English Language Paper 4", examples=examples)
|
17 |
|
18 |
demo.launch()
|