Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
4 |
with gr.Sidebar():
|
5 |
gr.Markdown("# Inference Provider")
|
6 |
button = gr.LoginButton("Sign in")
|
7 |
-
gr.load("models/
|
8 |
|
9 |
demo.launch()
|
|
|
4 |
with gr.Sidebar():
|
5 |
gr.Markdown("# Inference Provider")
|
6 |
button = gr.LoginButton("Sign in")
|
7 |
+
gr.load("models/utrobinmv/t5_translate_en_ru_zh_large_1024", accept_token=button, provider="auto")
|
8 |
|
9 |
demo.launch()
|