jens009 commited on
Commit
e3a6df8
β€’
1 Parent(s): a8bea84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def autocomplete(text, verbosity="medium"):
36
  iface = gr.Interface(
37
  fn=autocomplete,
38
  inputs=gr.Textbox(lines=2,
39
- inputs=gr.Textarea(placeholder="Moin! πŸ‘‹"),
40
  label="Input Sentence"),
41
  outputs=gr.Markdown(),
42
  title= "Groq Streaming - so schnell kann ein KI-Chat sein",
 
36
  iface = gr.Interface(
37
  fn=autocomplete,
38
  inputs=gr.Textbox(lines=2,
39
+ inputs="Moin! πŸ‘‹",
40
  label="Input Sentence"),
41
  outputs=gr.Markdown(),
42
  title= "Groq Streaming - so schnell kann ein KI-Chat sein",