Spaces:
Sleeping
Sleeping
pixelpandacreative
commited on
Commit
•
c40383d
1
Parent(s):
436dd9d
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ app = gr.Interface.load(
|
|
30 |
title="DICOM to TSV Converter",
|
31 |
description="Upload a DICOM file and convert it to TSV format.",
|
32 |
live=True,
|
33 |
-
)
|
34 |
|
35 |
if __name__ == "__main__":
|
36 |
app.launch(share=True)
|
|
|
30 |
title="DICOM to TSV Converter",
|
31 |
description="Upload a DICOM file and convert it to TSV format.",
|
32 |
live=True,
|
33 |
+
)
|
34 |
|
35 |
if __name__ == "__main__":
|
36 |
app.launch(share=True)
|