Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -164,5 +164,4 @@ with block:
|
|
164 |
face_run = gr.Button("Run")
|
165 |
face_run.click(version2, inputs=facepaint2, outputs=faceout2)
|
166 |
|
167 |
-
|
168 |
-
block.launch(examples=examples,enable_queue=True)
|
|
|
164 |
face_run = gr.Button("Run")
|
165 |
face_run.click(version2, inputs=facepaint2, outputs=faceout2)
|
166 |
|
167 |
+
block.launch(enable_queue=True)
|
|