aidn commited on
Commit
89d50be
·
verified ·
1 Parent(s): 0ee8244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -151,11 +151,10 @@ v_theme = gr.themes.Soft(
151
  )
152
 
153
  with gr.Blocks() as demo:
 
154
  gr.Image(
155
  value="banner.png",
156
  show_label=False,
157
- show_download_button=False,
158
- show_share_button=False,
159
  interactive=False,
160
  container=False
161
  )
 
151
  )
152
 
153
  with gr.Blocks() as demo:
154
+
155
  gr.Image(
156
  value="banner.png",
157
  show_label=False,
 
 
158
  interactive=False,
159
  container=False
160
  )