ThatOrJohn commited on
Commit
516d9f6
·
verified ·
1 Parent(s): 1f0f2ef

Remove Interface, add Examples

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
2
 
3
- gradio_app = gr.Interface.load("models/ThatOrJohn/efficientnet-b1-pineapple")
 
4
  gradio_app.launch()
 
1
  import gradio as gr
2
 
3
+ gradio_app = gr.load("models/ThatOrJohn/efficientnet-b1-pineapple")
4
+ gradio_app.Examples("examples")
5
  gradio_app.launch()