picocreator
commited on
Commit
•
78c7c53
1
Parent(s):
f88c740
Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ EXAMPLES = [
|
|
317 |
# Gradio interface
|
318 |
with gr.Blocks(title=title) as demo:
|
319 |
gr.HTML(f"<div style=\"text-align: center;\"><h1>RWKV-5 World v2 - {title}</h1></div>")
|
320 |
-
gr.Markdown("This is the RWKV-5 World v2 1B5 model tailored for translation tasks")
|
321 |
|
322 |
# Input and output components
|
323 |
text = gr.Textbox(lines=5, label="Source Text", placeholder="Enter the text you want to translate...", value=EXAMPLES[0][0])
|
|
|
317 |
# Gradio interface
|
318 |
with gr.Blocks(title=title) as demo:
|
319 |
gr.HTML(f"<div style=\"text-align: center;\"><h1>RWKV-5 World v2 - {title}</h1></div>")
|
320 |
+
gr.Markdown("This is the RWKV-5 World v2 1B5 model tailored for translation tasks. All on 8 vCPUs")
|
321 |
|
322 |
# Input and output components
|
323 |
text = gr.Textbox(lines=5, label="Source Text", placeholder="Enter the text you want to translate...", value=EXAMPLES[0][0])
|