ecandeloro commited on
Commit
7a3edc0
·
verified ·
1 Parent(s): c05ca3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,5 +32,5 @@ disclaimer = """
32
  """
33
 
34
  # Load the model and launch the app with title, description, examples, and disclaimer
35
- demo = gr.load("models/Anwarkh1/Skin_Cancer-Image_Classification", examples=examples, title=title, description=description)
36
 
 
32
  """
33
 
34
  # Load the model and launch the app with title, description, examples, and disclaimer
35
+ demo = gr.load("models/Anwarkh1/Skin_Cancer-Image_Classification", examples=examples, title=title, description=description).launch()
36