Spaces:
Runtime error
Runtime error
[demo] fix 4B tag
Browse files
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")
|