JuanLastra commited on
Commit
790d0de
·
verified ·
1 Parent(s): 108aa68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ with gr.Blocks(fill_height=True) as demo:
4
  with gr.Sidebar():
5
  gr.Markdown("# Inference Provider")
6
  gr.Markdown("texttoimage")
7
- button = gr.LoginButton("Sign in")
8
  gr.load("models/Juan Lastra", accept_token=button, provider="nebius")
9
 
10
  demo.launch()
 
4
  with gr.Sidebar():
5
  gr.Markdown("# Inference Provider")
6
  gr.Markdown("texttoimage")
7
+ button = gr.LoginButton("Sign-in")
8
  gr.load("models/Juan Lastra", accept_token=button, provider="nebius")
9
 
10
  demo.launch()