Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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",
|
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")
|
|
|
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")
|