SuS-pension commited on
Commit
7f5d1e1
·
verified ·
1 Parent(s): 5bb0782

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -109,12 +109,7 @@ tab3 = gr.Interface(
109
  batch_fn,
110
  inputs=batch_image,
111
  outputs=gr.File(label="Download Processed Files"),
112
- api_name="batch",
113
- css="""
114
- #component-37 {
115
- display: none;
116
- }
117
- """
118
  )
119
 
120
  demo = gr.TabbedInterface(
 
109
  batch_fn,
110
  inputs=batch_image,
111
  outputs=gr.File(label="Download Processed Files"),
112
+ api_name="batch"
 
 
 
 
 
113
  )
114
 
115
  demo = gr.TabbedInterface(