Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -510,7 +510,7 @@ with gr.Blocks() as build_app:
|
|
510 |
gr.Markdown("""<h7><a href='https://huggingface.co/spaces/anzorq/sd-space-creator'>anzorq/sd-space-creator</a><br>""")
|
511 |
|
512 |
|
513 |
-
with gr.
|
514 |
option_token = gr.Textbox(label="HF Write Token to write to your REPO", placeholder="Optional")
|
515 |
t_name = gr.Textbox(label="NAME (Link will be: repo-NAME.hf.space)", placeholder="Optional")
|
516 |
t_space = gr.Textbox(label="Direct URL to your Space (https://you-repo-you-space.hf.space)")
|
|
|
510 |
gr.Markdown("""<h7><a href='https://huggingface.co/spaces/anzorq/sd-space-creator'>anzorq/sd-space-creator</a><br>""")
|
511 |
|
512 |
|
513 |
+
with gr.Group():
|
514 |
option_token = gr.Textbox(label="HF Write Token to write to your REPO", placeholder="Optional")
|
515 |
t_name = gr.Textbox(label="NAME (Link will be: repo-NAME.hf.space)", placeholder="Optional")
|
516 |
t_space = gr.Textbox(label="Direct URL to your Space (https://you-repo-you-space.hf.space)")
|