Spaces:
Sleeping
Sleeping
explicit Interface attempt
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gradio_app = gr.load("models/ThatOrJohn/efficientnet-b1-pineapple")
|
| 4 |
gradio_app.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
gradio_app = gr.Interface.load("models/ThatOrJohn/efficientnet-b1-pineapple")
|
| 4 |
gradio_app.launch()
|