Spaces:
Runtime error
Runtime error
Mark Henry commited on
Commit ·
ca0cc81
1
Parent(s): f69f573
fix debut print
Browse files
app.py
CHANGED
|
@@ -5,6 +5,10 @@
|
|
| 5 |
from fastai.vision.all import *
|
| 6 |
import gradio as gr
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# This method is required for unpickling
|
| 10 |
def label_for_path(path):
|
|
@@ -44,6 +48,4 @@ intf = gr.Interface(
|
|
| 44 |
)
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
| 47 |
-
import fastai
|
| 48 |
-
print(fastai.__version__)
|
| 49 |
intf.launch()
|
|
|
|
| 5 |
from fastai.vision.all import *
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
+
import fastai
|
| 9 |
+
|
| 10 |
+
print(fastai.__version__)
|
| 11 |
+
|
| 12 |
|
| 13 |
# This method is required for unpickling
|
| 14 |
def label_for_path(path):
|
|
|
|
| 48 |
)
|
| 49 |
|
| 50 |
if __name__ == "__main__":
|
|
|
|
|
|
|
| 51 |
intf.launch()
|