swap1411 commited on
Commit
59c8265
·
verified ·
1 Parent(s): 6320402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ async def get_report(company: str):
14
 
15
  iface = gr.Interface(
16
  fn=lambda company: generate_report(company),
17
- inputs=gr.Textbox(label="कंपनी का नाम दर्ज करें"),
18
  outputs=[gr.JSON(), gr.Audio()]
19
  )
20
 
 
14
 
15
  iface = gr.Interface(
16
  fn=lambda company: generate_report(company),
17
+ inputs=gr.Textbox(label="कंपनी का नाम दर्ज करें (Enter the name of the company)"),
18
  outputs=[gr.JSON(), gr.Audio()]
19
  )
20