SondosMB commited on
Commit
e89b1d8
·
1 Parent(s): 215fee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
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