lneduchal commited on
Commit
10fa38c
·
1 Parent(s): 3494205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ interface = gr.Interface(
42
  outputs = "label",
43
  title = "Car classification"
44
  )
45
- interface.launch(share = True)
 
42
  outputs = "label",
43
  title = "Car classification"
44
  )
45
+ interface.launch()