Himgos commited on
Commit
467615a
1 Parent(s): aaa0465
Files changed (3) hide show
  1. app.ipynb +1 -1
  2. requirements.txt +2 -0
  3. testing.py +0 -3
app.ipynb CHANGED
@@ -386,7 +386,7 @@
386
  "name": "python",
387
  "nbconvert_exporter": "python",
388
  "pygments_lexer": "ipython3",
389
- "version": "3.9.12"
390
  },
391
  "orig_nbformat": 4,
392
  "vscode": {
 
386
  "name": "python",
387
  "nbconvert_exporter": "python",
388
  "pygments_lexer": "ipython3",
389
+ "version": "3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]"
390
  },
391
  "orig_nbformat": 4,
392
  "vscode": {
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastai==2.7.11
2
+ gradio==3.21.0
testing.py DELETED
@@ -1,3 +0,0 @@
1
- from fastai.vision.all import *
2
-
3
- print("YES")