Spaces:
Runtime error
Runtime error
update files
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -0
- 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)
|