Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,12 +173,12 @@ iface = gr.Interface(
|
|
173 |
fn=process_audio,
|
174 |
inputs=gr.Audio(type="filepath"),
|
175 |
outputs=[gr.Textbox(label="Advice"), gr.Audio(label="Advice Audio")],
|
176 |
-
title="
|
177 |
description="Helping Farmers with their Crops",
|
178 |
theme="default",
|
179 |
article=(
|
180 |
"<div style='text-align: center; color: #001f43;'>"
|
181 |
-
"<h1>
|
182 |
"<h3 style='font-size: 24px;'>Helping Farmers with their Crops</h3>"
|
183 |
"</div>"
|
184 |
),
|
|
|
173 |
fn=process_audio,
|
174 |
inputs=gr.Audio(type="filepath"),
|
175 |
outputs=[gr.Textbox(label="Advice"), gr.Audio(label="Advice Audio")],
|
176 |
+
title="BetterCrops",
|
177 |
description="Helping Farmers with their Crops",
|
178 |
theme="default",
|
179 |
article=(
|
180 |
"<div style='text-align: center; color: #001f43;'>"
|
181 |
+
"<h1>BetterCrops</h1>"
|
182 |
"<h3 style='font-size: 24px;'>Helping Farmers with their Crops</h3>"
|
183 |
"</div>"
|
184 |
),
|