prafullcodes commited on
Commit
ee13407
·
1 Parent(s): 2f109e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -155,4 +155,5 @@ def greet_user(CTScanImage):
155
 
156
  app = gd.Interface(fn = greet_user, inputs='image', outputs='text')
157
  app.launch()
158
- app.share(title="Lung Cancer Detection", description="Upload your CT Scan Image to know Whether You have cancer or not")
 
 
155
 
156
  app = gd.Interface(fn = greet_user, inputs='image', outputs='text')
157
  app.launch()
158
+ public_url=app.share(title="Lung Cancer Detection", description="Upload your CT Scan Image to know Whether You have cancer or not")
159
+ print(f"Shareable link: {public_url}")