Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", css=css) as demo:
|
|
24 |
gr.on(
|
25 |
triggers=[repo_id.submit, run_button.click],
|
26 |
fn=get_t2i_space_contents,
|
27 |
-
inputs=[repo_id
|
28 |
outputs=[space_file],
|
29 |
)
|
30 |
|
|
|
24 |
gr.on(
|
25 |
triggers=[repo_id.submit, run_button.click],
|
26 |
fn=get_t2i_space_contents,
|
27 |
+
inputs=[repo_id],
|
28 |
outputs=[space_file],
|
29 |
)
|
30 |
|