Shamima commited on
Commit
31d2d2e
1 Parent(s): 7ea9304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ iface = gr.Interface(
33
  fn=process_input,
34
  inputs="text",
35
  outputs="text",
36
- title="Text Masking and Sequence Generation",
37
- description="Enter some text, and this app will append '<mask>' to it, send it to an API, and return the generated sequences."
38
  )
39
 
40
  # Launch the app
 
33
  fn=process_input,
34
  inputs="text",
35
  outputs="text",
36
+ title="Text-to-image prompt generator",
37
+ description="Start writing your prompt and the the app will give you useful suggestions to fill and suggest different ways to write your prompt"
38
  )
39
 
40
  # Launch the app