Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
with gr.Blocks(fill_height=True) as demo:
|
4 |
with gr.Sidebar():
|
5 |
-
gr.Markdown("# Inference Provider\n add "
|
6 |
button = gr.LoginButton("Sign in")
|
7 |
gr.load("models/utrobinmv/t5_translate_en_ru_zh_large_1024", accept_token=button, provider="auto")
|
8 |
|
|
|
2 |
|
3 |
with gr.Blocks(fill_height=True) as demo:
|
4 |
with gr.Sidebar():
|
5 |
+
gr.Markdown("# Inference Provider\n add \"translate to ru: \"")
|
6 |
button = gr.LoginButton("Sign in")
|
7 |
gr.load("models/utrobinmv/t5_translate_en_ru_zh_large_1024", accept_token=button, provider="auto")
|
8 |
|