Shahzad8515 commited on
Commit
6adabed
·
verified ·
1 Parent(s): b9b4f37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="KisaanDost",
177
  description="Helping Farmers with their Crops",
178
  theme="default",
179
  article=(
180
  "<div style='text-align: center; color: #001f43;'>"
181
- "<h1>KisaanDost</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
  ),