Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,4 +26,4 @@ def predict(inp):
|
|
| 26 |
examples=[["fiat500.jpg"],["VWUP.jpg"]]
|
| 27 |
#app deploy
|
| 28 |
interface = gr.Interface(fn=predict, inputs='image', outputs='label', title='App', description= 'upload the car image', examples=examples, cache_examples= False)
|
| 29 |
-
interface.launch(
|
|
|
|
| 26 |
examples=[["fiat500.jpg"],["VWUP.jpg"]]
|
| 27 |
#app deploy
|
| 28 |
interface = gr.Interface(fn=predict, inputs='image', outputs='label', title='App', description= 'upload the car image', examples=examples, cache_examples= False)
|
| 29 |
+
interface.launch()
|