John6666 commited on
Commit
dc37811
1 Parent(s): eb00743

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", css=css) as demo:
19
  with gr.Column():
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)
 
19
  with gr.Column():
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="5.7.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)