supun9 commited on
Commit
53e8b7f
1 Parent(s): 2744631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,9 +78,9 @@ with gr.Blocks() as demo:
78
  gallery4 = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[5], height=3)
79
 
80
  btn.click(read, [profile, files], [label, text, gallery1, gallery2, gallery3, gallery4], show_progress=True, scroll_to_output=True)
81
- ''' btn1.click(nothing, [], [])
82
  btn2.click(nothing, [], [])
83
  btn3.click(nothing, [], [])
84
- btn4.click(nothing, [], [])'''
85
 
86
  demo.launch()
 
78
  gallery4 = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[5], height=3)
79
 
80
  btn.click(read, [profile, files], [label, text, gallery1, gallery2, gallery3, gallery4], show_progress=True, scroll_to_output=True)
81
+ btn1.click(nothing, [], [])
82
  btn2.click(nothing, [], [])
83
  btn3.click(nothing, [], [])
84
+ btn4.click(nothing, [], [])
85
 
86
  demo.launch()