Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,4 +109,7 @@ with gr.Blocks() as demo:
|
|
| 109 |
]
|
| 110 |
)
|
| 111 |
|
|
|
|
|
|
|
|
|
|
| 112 |
demo.launch(debug=False, show_error=True,share=True)
|
|
|
|
| 109 |
]
|
| 110 |
)
|
| 111 |
|
| 112 |
+
import huggingface_hub
|
| 113 |
+
huggingface_hub.login(os.getenv('HF_TOKEN_FLUX'))
|
| 114 |
+
|
| 115 |
demo.launch(debug=False, show_error=True,share=True)
|