Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ def clean_text(text):
|
|
109 |
yield generated_text, diff_html
|
110 |
|
111 |
# Create the interface with blocks for better control
|
112 |
-
with gr.Blocks(title="TextClean-
|
113 |
-
gr.Markdown("# TextClean-
|
114 |
-
gr.Markdown("Simple demo for text cleaning using textcleanlm/textclean-
|
115 |
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
|
|
109 |
yield generated_text, diff_html
|
110 |
|
111 |
# Create the interface with blocks for better control
|
112 |
+
with gr.Blocks(title="TextClean-0.6B Demo") as demo:
|
113 |
+
gr.Markdown("# TextClean-0.6B Demo")
|
114 |
+
gr.Markdown("Simple demo for text cleaning using textcleanlm/textclean-0.6B model")
|
115 |
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|