gobeldan commited on
Commit
21b76f1
·
verified ·
1 Parent(s): e54dd65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "\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
 
 
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