Spaces:
Sleeping
Sleeping
Gabriel C
commited on
Update app.py
Browse files
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="
|
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 |
)
|