Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", css=css) as demo:
|
|
20 |
repo_id = gr.Textbox(label="Model repo ID", placeholder="username/modelname", value="", max_lines=1)
|
21 |
with gr.Row():
|
22 |
gradio_version = gr.Textbox(label="Gradio version", placeholder="username/modelname", value="4.44.0", max_lines=1)
|
23 |
-
private_ok = gr.Checkbox("Allow private repo", value=True)
|
24 |
run_button = gr.Button(value="Submit")
|
25 |
space_file = gr.Files(label="Output", interactive=False)
|
26 |
|
|
|
20 |
repo_id = gr.Textbox(label="Model repo ID", placeholder="username/modelname", value="", max_lines=1)
|
21 |
with gr.Row():
|
22 |
gradio_version = gr.Textbox(label="Gradio version", placeholder="username/modelname", value="4.44.0", max_lines=1)
|
23 |
+
private_ok = gr.Checkbox(label="Allow private repo", value=True)
|
24 |
run_button = gr.Button(value="Submit")
|
25 |
space_file = gr.Files(label="Output", interactive=False)
|
26 |
|