YuAnthony commited on
Commit
b6d851d
·
1 Parent(s): 5f527a8

update files

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -0
  2. app.py +1 -0
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -79,6 +79,7 @@ interface = gr.Interface(
79
  title=title,
80
  description=description,
81
  examples=examples,
 
82
  article=article,
83
  enable_queue=True)
84
  interface.launch(debug=True,share=True)
 
79
  title=title,
80
  description=description,
81
  examples=examples,
82
+ examples_per_page=3,
83
  article=article,
84
  enable_queue=True)
85
  interface.launch(debug=True,share=True)
app.py CHANGED
@@ -79,6 +79,7 @@ interface = gr.Interface(
79
  title=title,
80
  description=description,
81
  examples=examples,
 
82
  article=article,
83
  enable_queue=True)
84
  interface.launch(debug=True,share=True)
 
79
  title=title,
80
  description=description,
81
  examples=examples,
82
+ examples_per_page=3,
83
  article=article,
84
  enable_queue=True)
85
  interface.launch(debug=True,share=True)