Spaces:
Runtime error
Runtime error
Adjust choice names to match MSR model versions
Browse files
app.py
CHANGED
@@ -545,7 +545,7 @@ with Blocks(
|
|
545 |
|
546 |
# UNCOMMENT THIS WHEN YOU WANT TO TOGGLE INPAINTING OPTION
|
547 |
task = gr.Radio(
|
548 |
-
choices=["
|
549 |
type="value",
|
550 |
value="Grounded Generation",
|
551 |
label="Task",
|
|
|
545 |
|
546 |
# UNCOMMENT THIS WHEN YOU WANT TO TOGGLE INPAINTING OPTION
|
547 |
task = gr.Radio(
|
548 |
+
choices=["Version 1: Single Layer", 'Version 2: Inpainting w/ Multiple Layers'],
|
549 |
type="value",
|
550 |
value="Grounded Generation",
|
551 |
label="Task",
|