exiomius commited on
Commit
ab28207
β€’
1 Parent(s): 351ff91

Added requirement.txt

Browse files
.ipynb_checkpoints/Nova or Toast-checkpoint.ipynb CHANGED
@@ -126,7 +126,7 @@
126
  "outputs": [],
127
  "source": [
128
  "!pip uninstall Pillow\n",
129
- "!pip install Pillow"
130
  ]
131
  },
132
  {
@@ -147,7 +147,7 @@
147
  ],
148
  "metadata": {
149
  "kernelspec": {
150
- "display_name": "Python 3 (ipykernel)",
151
  "language": "python",
152
  "name": "python3"
153
  },
@@ -161,7 +161,12 @@
161
  "name": "python",
162
  "nbconvert_exporter": "python",
163
  "pygments_lexer": "ipython3",
164
- "version": "3.9.12"
 
 
 
 
 
165
  }
166
  },
167
  "nbformat": 4,
 
126
  "outputs": [],
127
  "source": [
128
  "!pip uninstall Pillow\n",
129
+ "%pip install Pillow"
130
  ]
131
  },
132
  {
 
147
  ],
148
  "metadata": {
149
  "kernelspec": {
150
+ "display_name": "Python 3.10.7 64-bit (microsoft store)",
151
  "language": "python",
152
  "name": "python3"
153
  },
 
161
  "name": "python",
162
  "nbconvert_exporter": "python",
163
  "pygments_lexer": "ipython3",
164
+ "version": "3.10.7"
165
+ },
166
+ "vscode": {
167
+ "interpreter": {
168
+ "hash": "76c362c6f96a87fea3e0479897b26c33ad9e30811d4e3dcda7998a6d3796fc1a"
169
+ }
170
  }
171
  },
172
  "nbformat": 4,
NovaOrToast.py β†’ app.py RENAMED
@@ -4,9 +4,9 @@
4
  # In[1]:
5
 
6
 
7
- get_ipython().run_line_magic('pip', 'install -q gradio')
8
- get_ipython().run_line_magic('pip', 'install fastbook')
9
- get_ipython().run_line_magic('pip', 'install -Uqq fastai')
10
 
11
 
12
  # In[2]:
 
4
  # In[1]:
5
 
6
 
7
+ #get_ipython().run_line_magic('pip', 'install -q gradio')
8
+ #get_ipython().run_line_magic('pip', 'install fastbook')
9
+ #get_ipython().run_line_magic('pip', 'install -Uqq fastai')
10
 
11
 
12
  # In[2]:
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastbook
2
+ fastai