rishabh5752 commited on
Commit
0cb108c
1 Parent(s): 66a2215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,10 +38,10 @@ iface = gr.Interface(
38
  outputs=label_output,
39
  examples=examples,
40
  title="Skin Cancer Classification",
41
- description="Predicts whether a skin image is cancerous or not.",
42
  theme="default", # Choose a theme: "default", "compact", "huggingface"
43
  layout="vertical", # Choose a layout: "vertical", "horizontal", "double"
44
- live=False # Set to True for live updates without clicking "Submit"
45
  )
46
 
47
  iface.launch()
 
38
  outputs=label_output,
39
  examples=examples,
40
  title="Skin Cancer Classification",
41
+ description="Predicts whether a Skin Lesion is Cancerous or not.",
42
  theme="default", # Choose a theme: "default", "compact", "huggingface"
43
  layout="vertical", # Choose a layout: "vertical", "horizontal", "double"
44
+ live=False
45
  )
46
 
47
  iface.launch()