Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,8 @@ iface = gr.Interface(
|
|
| 71 |
gr.Radio(choices=[1, 2, 3], value=1, label="Number of Samples", type="value"),
|
| 72 |
],
|
| 73 |
outputs=gr.Textbox(label="Generated Text"),
|
| 74 |
-
title="Shakespeare
|
| 75 |
-
description="Enter a prompt to generate
|
| 76 |
examples=[
|
| 77 |
["No more talking on't; let it be done", 50, 1],
|
| 78 |
["We are accounted poor citizens", 100, 2],
|
|
|
|
| 71 |
gr.Radio(choices=[1, 2, 3], value=1, label="Number of Samples", type="value"),
|
| 72 |
],
|
| 73 |
outputs=gr.Textbox(label="Generated Text"),
|
| 74 |
+
title="Shakespeare style Dialog Generator",
|
| 75 |
+
description="Enter a prompt to generate a diaglog.",
|
| 76 |
examples=[
|
| 77 |
["No more talking on't; let it be done", 50, 1],
|
| 78 |
["We are accounted poor citizens", 100, 2],
|