Update app.py
Browse files
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=
|
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",
|