Abid Ali Awan commited on
Commit
47d93d8
·
1 Parent(s): 67f4661

Update app.py to remove the emoji from the Gradio interface title, streamlining the presentation of the Urdu Speech Recognition application.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ demo = gr.Interface(
75
  label="Transcribed Text (Urdu)",
76
  placeholder="Transcribed Urdu text will appear here...",
77
  ),
78
- title="🇵🇰 Urdu Speech Recognition",
79
  description=description,
80
  examples=examples,
81
  article=article,
 
75
  label="Transcribed Text (Urdu)",
76
  placeholder="Transcribed Urdu text will appear here...",
77
  ),
78
+ title="Urdu Speech Recognition",
79
  description=description,
80
  examples=examples,
81
  article=article,