superlazycoder commited on
Commit
6ba706d
1 Parent(s): b8347cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Text.update(visible=True)
68
 
69
 
70
  examples = [
 
64
  @spaces.GPU
65
  def accept(textOutput):
66
 
67
+ return gr.Button.update(visible=True)
68
 
69
 
70
  examples = [