Spaces:
Build error
Build error
Gabriel C
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,7 @@ css = """
|
|
| 31 |
display: none
|
| 32 |
}
|
| 33 |
"""
|
|
|
|
| 34 |
# Create the Gradio interface with live updates
|
| 35 |
iface = gr.Interface(
|
| 36 |
fn=autocomplete,
|
|
@@ -38,7 +39,7 @@ iface = gr.Interface(
|
|
| 38 |
placeholder="Hello π",
|
| 39 |
label="Input Sentence"),
|
| 40 |
outputs=gr.Markdown(),
|
| 41 |
-
title="Catch
|
| 42 |
description="Powered by Groq & Gemma",
|
| 43 |
live=True, # Set live to True for real-time feedback
|
| 44 |
allow_flagging="never", # Disable flagging
|
|
|
|
| 31 |
display: none
|
| 32 |
}
|
| 33 |
"""
|
| 34 |
+
|
| 35 |
# Create the Gradio interface with live updates
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=autocomplete,
|
|
|
|
| 39 |
placeholder="Hello π",
|
| 40 |
label="Input Sentence"),
|
| 41 |
outputs=gr.Markdown(),
|
| 42 |
+
title="Catch Me If You Can π°",
|
| 43 |
description="Powered by Groq & Gemma",
|
| 44 |
live=True, # Set live to True for real-time feedback
|
| 45 |
allow_flagging="never", # Disable flagging
|