Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -197,4 +197,4 @@ interface = gr.Interface(
|
|
197 |
inputs = "image",
|
198 |
outputs = ["text", gr.Image(type = "pil")],
|
199 |
title = "Let's classify your car!")
|
200 |
-
interface.launch()
|
|
|
197 |
inputs = "image",
|
198 |
outputs = ["text", gr.Image(type = "pil")],
|
199 |
title = "Let's classify your car!")
|
200 |
+
interface.launch()
|