alok94 commited on
Commit
77f00cb
·
1 Parent(s): 6a3c7c4

gradio in reqmt no version specify

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks(css=css) as demo:
387
  with gr.Column():
388
  btn=gr.Button("Identify")
389
  with gr.Row():
390
- gry=gr.Gallery(value=skin_images, columns=3, rows=2, show_label=True)
391
 
392
  with gr.Column():
393
  gr.Markdown("Most probable skin condition")
 
387
  with gr.Column():
388
  btn=gr.Button("Identify")
389
  with gr.Row():
390
+ gry=gr.Gallery(value=skin_images, columns=3, rows=2, show_label=False)
391
 
392
  with gr.Column():
393
  gr.Markdown("Most probable skin condition")
requirements.txt CHANGED
@@ -6,7 +6,7 @@ scikit_learn<1.3.0
6
  seaborn==0.12.2
7
 
8
 
9
- gradio==3.48.0
10
 
11
 
12
 
 
6
  seaborn==0.12.2
7
 
8
 
9
+ gradio
10
 
11
 
12