Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def reject(prompt, negative_prompt, seed, randomize_seed, width, height, guidanc
|
|
| 64 |
@spaces.GPU
|
| 65 |
def accept(textOutput):
|
| 66 |
|
| 67 |
-
return gr.
|
| 68 |
|
| 69 |
|
| 70 |
examples = [
|
|
|
|
| 64 |
@spaces.GPU
|
| 65 |
def accept(textOutput):
|
| 66 |
|
| 67 |
+
return gr.Button.update(visible=True)
|
| 68 |
|
| 69 |
|
| 70 |
examples = [
|