sudhakar272 commited on
Commit
70979fd
·
verified ·
1 Parent(s): a4113cd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,9 +95,9 @@ with gr.Blocks(css=custom_css) as demo:
95
  label="Odia Text", placeholder="Enter Odia Text Here...", lines=10
96
  )
97
  example = gr.Textbox(
98
- label="example", placeholder="", lines=10
99
  )
100
- example.change("କଣ ହେଲା?,ତୁମେ ମଧ୍ୟାହ୍ନ ଭୋଜନ କରିସାରିଲ କି?,ଘରକୁ ଆସ")
101
  with gr.Column(scale=1):
102
  token_count = gr.Number(label="No of Tokens")
103
  compression_ratio = gr.Number(label="Compression Ratio")
 
95
  label="Odia Text", placeholder="Enter Odia Text Here...", lines=10
96
  )
97
  example = gr.Textbox(
98
+ label="example", value="କଣ ହେଲା?,ତୁମେ ମଧ୍ୟାହ୍ନ ଭୋଜନ କରିସାରିଲ କି?", lines=10
99
  )
100
+
101
  with gr.Column(scale=1):
102
  token_count = gr.Number(label="No of Tokens")
103
  compression_ratio = gr.Number(label="Compression Ratio")