Spaces:
Sleeping
Sleeping
share URL
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
__all__ = ["examples", "iface", "learn", "labels", "classify_bear", "bear_image", "outputs"]
|
2 |
|
3 |
import gradio as gr
|
4 |
from fastai.vision.all import *
|
@@ -26,4 +26,4 @@ outputs = gr.outputs.Label(num_top_classes=5)
|
|
26 |
# App launch
|
27 |
iface = gr.Interface(
|
28 |
fn=classify_bear, inputs=bear_image, outputs=outputs, examples=examples)
|
29 |
-
iface.launch()
|
|
|
1 |
+
#__all__ = ["examples", "iface", "learn", "labels", "classify_bear", "bear_image", "outputs"]
|
2 |
|
3 |
import gradio as gr
|
4 |
from fastai.vision.all import *
|
|
|
26 |
# App launch
|
27 |
iface = gr.Interface(
|
28 |
fn=classify_bear, inputs=bear_image, outputs=outputs, examples=examples)
|
29 |
+
iface.launch(share=True)
|