EmaadKhwaja commited on
Commit
a2dc20e
1 Parent(s): 673d36e

try different file path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
68
  gr.Markdown("The protein image is optional and is just used for display.")
69
 
70
  with gr.Row().style(equal_height=True):
71
- nucleus_image = gr.Image(value = 'images/Armadillo repeat-containing X-linked protein 5 nucleus.jpg',
72
  type='pil',
73
  label = 'Nucleus Image')
74
 
 
68
  gr.Markdown("The protein image is optional and is just used for display.")
69
 
70
  with gr.Row().style(equal_height=True):
71
+ nucleus_image = gr.Image(value = './images/Armadillo repeat-containing X-linked protein 5 nucleus.jpg',
72
  type='pil',
73
  label = 'Nucleus Image')
74