tonic commited on
Commit
2b22e1b
·
1 Parent(s): bc83a37

fix small error in gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def main():
267
 
268
  process_button = gr.Button("🌟AyaTonic")
269
 
270
- processed_text_output = gr.RichTextbox(label="Processed Text")
271
  longest_phrases_1 = gr.Textbox(label="Focus")
272
  translated_phrases_output_1 = gr.Textbox(label="Translated Phrases")
273
  audio_output_native_phrase_1 = gr.Audio(label="Audio Output (Native Language)")
 
267
 
268
  process_button = gr.Button("🌟AyaTonic")
269
 
270
+ processed_text_output = RichTextbox(label="Processed Text")
271
  longest_phrases_1 = gr.Textbox(label="Focus")
272
  translated_phrases_output_1 = gr.Textbox(label="Translated Phrases")
273
  audio_output_native_phrase_1 = gr.Audio(label="Audio Output (Native Language)")