Spaces:
Sleeping
Sleeping
Commit
·
26c69f0
1
Parent(s):
fa4ca5d
Removed redundant launch function
Browse files
app.py
CHANGED
@@ -44,5 +44,5 @@ gr_interface = gr.Interface(fn=predict,
|
|
44 |
interpretation="default",
|
45 |
title=title, description=description,
|
46 |
examples=sample_xrays)
|
47 |
-
|
48 |
gr_interface.launch()
|
|
|
44 |
interpretation="default",
|
45 |
title=title, description=description,
|
46 |
examples=sample_xrays)
|
47 |
+
|
48 |
gr_interface.launch()
|