Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,9 +131,12 @@ with gr.Blocks() as demo2:
|
|
131 |
"""
|
132 |
# Your own Stable Diffusion on Hugging Face 🤗 Endpoint
|
133 |
""")
|
134 |
-
|
|
|
|
|
|
|
135 |
providers = avaliable_providers()
|
136 |
-
|
137 |
with gr.Row():
|
138 |
provider_selector = gr.Dropdown(
|
139 |
label="select cloud provider",
|
|
|
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 |
+
|
138 |
providers = avaliable_providers()
|
139 |
+
|
140 |
with gr.Row():
|
141 |
provider_selector = gr.Dropdown(
|
142 |
label="select cloud provider",
|