Keerthi Balaji commited on
Commit
74fc98b
·
verified ·
1 Parent(s): 0e43d04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ def generate_prompt(topic):
10
 
11
  iface = gr.Interface(
12
  fn=generate_prompt,
13
- input="text",
14
- output="text",
15
  title="Creative Writing Prompt Generation"
16
  )
17
 
 
10
 
11
  iface = gr.Interface(
12
  fn=generate_prompt,
13
+ inputs="text",
14
+ outputs="text",
15
  title="Creative Writing Prompt Generation"
16
  )
17