krishbakshi commited on
Commit
14c265d
·
verified ·
1 Parent(s): ec68c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2,6 +2,9 @@ from diffusers import DiffusionPipeline
2
  import gradio as gr
3
  import numpy as np
4
 
 
 
 
5
 
6
  # Define a function that takes a text input and returns an image.
7
  def text_to_image(text : str):
 
2
  import gradio as gr
3
  import numpy as np
4
 
5
+ from huggingface_hub import login
6
+
7
+ login(token='Trying FLUX.1-dev2', add_to_git_credential=True)
8
 
9
  # Define a function that takes a text input and returns an image.
10
  def text_to_image(text : str):