Spaces:
Sleeping
Sleeping
Commit ·
ee13407
1
Parent(s): 2f109e0
Update app.py
Browse files
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}")
|