Spaces:
Running
Running
ecandeloro
commited on
Update app.py
Browse files
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 |
|