Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ with gr.Blocks(fill_height=True) as demo:
|
|
7 |
button = gr.LoginButton("Sign in")
|
8 |
gr.load("models/multimodalart/trained-flux", accept_token=button, provider="hf-inference")
|
9 |
|
10 |
-
|
|
|
7 |
button = gr.LoginButton("Sign in")
|
8 |
gr.load("models/multimodalart/trained-flux", accept_token=button, provider="hf-inference")
|
9 |
|
10 |
+
launch(share=True)
|