invishalgupta commited on
Commit
f19e2b5
1 Parent(s): 74ef659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(theme='Medguy/base2') as demo: #theme=gr.themes.Glass() #theme
85
  #TITLE SECTION
86
  with gr.Row(variant='compact'):
87
  with gr.Column(scale=3):
88
- gr.Image(value='https://github.com/fabiomatricardi/GradioStudies/raw/main/20231205/logo-banner-StableZephyr.jpg',
89
  show_label = False,
90
  show_download_button = False, container = False)
91
  with gr.Column(scale=10):
 
85
  #TITLE SECTION
86
  with gr.Row(variant='compact'):
87
  with gr.Column(scale=3):
88
+ gr.Image(value='https://github.com/fabiomatricardi/StableLM-Zephyr3B_Playground/raw/main/logo-banner-StableZephyr.jpg',
89
  show_label = False,
90
  show_download_button = False, container = False)
91
  with gr.Column(scale=10):