Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
placeholder="Hello π",
|
34 |
label="Input Sentence"),
|
35 |
outputs=gr.Markdown(),
|
36 |
-
title="
|
37 |
description="Powered by Groq & Gemma",
|
38 |
live=True, # Set live to True for real-time feedback
|
39 |
allow_flagging="never" # Disable flagging
|
|
|
33 |
placeholder="Hello π",
|
34 |
label="Input Sentence"),
|
35 |
outputs=gr.Markdown(),
|
36 |
+
title="Gemma, on Groq π",
|
37 |
description="Powered by Groq & Gemma",
|
38 |
live=True, # Set live to True for real-time feedback
|
39 |
allow_flagging="never" # Disable flagging
|