Spaces:
Runtime error
Runtime error
AmitPress
commited on
Commit
·
43c9358
1
Parent(s):
1fba50e
same
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
import pathlib
|
4 |
-
temp = pathlib.PosixPath
|
5 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
6 |
|
7 |
from fastai import *
|
8 |
from fastai.basics import *
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
# import pathlib
|
4 |
+
# temp = pathlib.PosixPath
|
5 |
+
# pathlib.PosixPath = pathlib.WindowsPath
|
6 |
|
7 |
from fastai import *
|
8 |
from fastai.basics import *
|