Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,6 @@ gr.Interface(
|
|
52 |
output_label,
|
53 |
title="RGB to Hyperspectral Conversion and Cancer Classification",
|
54 |
description="Upload an RGB image and get a prediction of whether you have skin cancer or not."
|
55 |
-
).launch(
|
56 |
|
57 |
|
|
|
52 |
output_label,
|
53 |
title="RGB to Hyperspectral Conversion and Cancer Classification",
|
54 |
description="Upload an RGB image and get a prediction of whether you have skin cancer or not."
|
55 |
+
).launch()
|
56 |
|
57 |
|