IFMedTechdemo commited on
Commit
b150372
·
verified ·
1 Parent(s): a98ff32

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -134,6 +134,7 @@ app = gr.Interface(
134
  outputs=gr.Image(type="numpy", label="Analyzed Image"),
135
  title="Skin Analysis Demo",
136
  description="Upload an image and choose a skin analysis parameter."
 
137
  )
138
 
139
  if __name__ == "__main__":
 
134
  outputs=gr.Image(type="numpy", label="Analyzed Image"),
135
  title="Skin Analysis Demo",
136
  description="Upload an image and choose a skin analysis parameter."
137
+ examples=[["example1.jpeg"], ["example2.jpeg"]],
138
  )
139
 
140
  if __name__ == "__main__":