Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ iface = gr.Interface(
|
|
47 |
description="Upload a dental image and our app will predict its class."
|
48 |
)
|
49 |
|
50 |
-
iface.launch(
|
|
|
47 |
description="Upload a dental image and our app will predict its class."
|
48 |
)
|
49 |
|
50 |
+
iface.launch()
|