Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|