ameerazam08 commited on
Commit
4e904f6
1 Parent(s): 04973af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)