LN1996 commited on
Commit
57d54fd
·
1 Parent(s): f588f83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ demo = gr.Interface(inference,
320
  ],
321
  title = title,
322
  description = description,
323
- examples = examples,
324
  # cache_examples=True
325
  )
326
  demo.launch()
 
320
  ],
321
  title = title,
322
  description = description,
323
+ # examples = examples,
324
  # cache_examples=True
325
  )
326
  demo.launch()