chansung commited on
Commit
4d82a73
·
1 Parent(s): 90183ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo2:
131
  """
132
  # Your own Stable Diffusion on Hugging Face 🤗 Endpoint
133
  """)
134
- hf_token_input = gradio.Textbox(
135
  label="enter your Hugging Face Access Token"
136
  )
137
 
 
131
  """
132
  # Your own Stable Diffusion on Hugging Face 🤗 Endpoint
133
  """)
134
+ hf_token_input = gr.Textbox(
135
  label="enter your Hugging Face Access Token"
136
  )
137