PawanratRung commited on
Commit
7246e86
·
verified ·
1 Parent(s): ae058bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -213,10 +213,8 @@ demo = gr.Interface(
213
  title=title,
214
  description=description,
215
  article=article,
216
- examples=examples,
217
  cache_examples=True,
218
  examples_per_page=6
219
  )
220
-
221
  if __name__ == "__main__":
222
  demo.launch()
 
213
  title=title,
214
  description=description,
215
  article=article,
 
216
  cache_examples=True,
217
  examples_per_page=6
218
  )
 
219
  if __name__ == "__main__":
220
  demo.launch()