Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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()
|