marcelbinz commited on
Commit
d42d707
·
verified ·
1 Parent(s): 65872c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def infer(prompt):
16
 
17
  demo = gr.Interface(
18
  fn=infer,
19
- inputs=gr.Text(),
20
  outputs="text",
21
  title="Minitaur",
22
  description="Just type and hit *Run*"
 
16
 
17
  demo = gr.Interface(
18
  fn=infer,
19
+ inputs=gr.Textbox(label="Prompt"),
20
  outputs="text",
21
  title="Minitaur",
22
  description="Just type and hit *Run*"