Spaces:
Running
Running
Huang
commited on
Commit
•
792cb24
1
Parent(s):
ff03e82
app.py
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ with block:
|
|
126 |
gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
|
127 |
run_button.click(fn=process(config["uniformer"]), inputs=[input_image, resolution], outputs=[gallery])
|
128 |
|
129 |
-
block.launch(
|
|
|
126 |
gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
|
127 |
run_button.click(fn=process(config["uniformer"]), inputs=[input_image, resolution], outputs=[gallery])
|
128 |
|
129 |
+
block.launch()
|