EzhirkoArulmozhi commited on
Commit
9b1cf5f
·
verified ·
1 Parent(s): adc3b2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-style Text Generator",
75
- description="Enter a prompt to generate Shakespeare-style text continuation",
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],