exiomius commited on
Commit
b77075d
2 Parent(s): a9eafd0 7e8326a

Merge branch 'main' of https://huggingface.co/spaces/exiomius/NovaOrToast

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. requirements.txt +2 -1
app.py CHANGED
@@ -34,9 +34,9 @@ import gradio as gr
34
  # In[5]:
35
 
36
 
37
- import pathlib
38
- temp = pathlib.PosixPath
39
- pathlib.PosixPath = pathlib.WindowsPath
40
 
41
 
42
  # In[8]:
 
34
  # In[5]:
35
 
36
 
37
+ #import pathlib
38
+ #temp = pathlib.PosixPath
39
+ #pathlib.PosixPath = pathlib.WindowsPath
40
 
41
 
42
  # In[8]:
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  fastbook
2
- fastai
 
 
1
  fastbook
2
+ fastai
3
+ ipywidgets