Gabriel C commited on
Commit
d120fa4
β€’
1 Parent(s): 2156665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ iface = gr.Interface(
33
  placeholder="Hello πŸ‘‹",
34
  label="Input Sentence"),
35
  outputs="text",
36
- title="Catch me if you can 🚝",
37
- description="Type a sentence and see the autocomplete. The suggestion updates as you type!",
38
  live=True, # Set live to True for real-time feedback
39
  allow_flagging="never" # Disable flagging
40
  )
 
33
  placeholder="Hello πŸ‘‹",
34
  label="Input Sentence"),
35
  outputs="text",
36
+ title="Catch me if you can 🐰",
37
+ description="Powered by Groq & Gemma",
38
  live=True, # Set live to True for real-time feedback
39
  allow_flagging="never" # Disable flagging
40
  )