prithivMLmods commited on
Commit
8c32182
·
verified ·
1 Parent(s): 82cfe4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ def extend_prompt(prompt):
7
  return pipe(prompt+',', num_return_sequences=1)[0]["generated_text"]
8
 
9
  iface = gr.Interface(
10
- description="Extend your prompts with the power of AI!",
11
  fn=extend_prompt,
12
  inputs=gr.Text(label="Type the prompt here"),
13
  outputs=gr.TextArea(label='Extended prompt'),
 
7
  return pipe(prompt+',', num_return_sequences=1)[0]["generated_text"]
8
 
9
  iface = gr.Interface(
 
10
  fn=extend_prompt,
11
  inputs=gr.Text(label="Type the prompt here"),
12
  outputs=gr.TextArea(label='Extended prompt'),