Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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 |
|