rgera commited on
Commit
2142cd1
·
1 Parent(s): 8427ba8

trying some changes so it may work

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ demo = gr.Interface(fn = predict,inputs = gr.Image(type = "pil"),
62
  outputs = [gr.Label(num_top_classes=3, label = "predictions") , gr.Number(label = "prediciton time(s)")],
63
  examples = example_list,
64
  title = title , description = description, article = article)
65
- demo.launch(debug = False) # to avoid showing of error, we dont need share = true as it cant be handled by higging face spaces
 
62
  outputs = [gr.Label(num_top_classes=3, label = "predictions") , gr.Number(label = "prediciton time(s)")],
63
  examples = example_list,
64
  title = title , description = description, article = article)
65
+ demo.launch() # to avoid showing of error, we dont need share = true as it cant be handled by higging face spaces