huckiyang commited on
Commit
cae1783
·
1 Parent(s): 831ad7b

[demo] fix 4B tag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def save_feedback(transcription, rating, language, audio_path=None):
168
  with open(feedback_file, "w", encoding="utf-8") as f:
169
  json.dump(feedback_data, f, ensure_ascii=False, indent=2)
170
 
171
- return "Thank you for your feedback!"
172
 
173
  # Create the Gradio interface with tabs
174
  demo = gr.Blocks(title="NVIDIA Research Multilingual Demo")
 
168
  with open(feedback_file, "w", encoding="utf-8") as f:
169
  json.dump(feedback_data, f, ensure_ascii=False, indent=2)
170
 
171
+ return "🪂 Thank you for your feedback!"
172
 
173
  # Create the Gradio interface with tabs
174
  demo = gr.Blocks(title="NVIDIA Research Multilingual Demo")