ahmedtanvir47 commited on
Commit
42ae219
·
1 Parent(s): 6329d9b

requirements.txt added

Browse files
Files changed (2) hide show
  1. app.ipynb +25 -5
  2. requirements.txt +2 -0
app.ipynb CHANGED
@@ -48,7 +48,7 @@
48
  },
49
  {
50
  "cell_type": "code",
51
- "execution_count": 4,
52
  "metadata": {
53
  "id": "FsrcDOg2xzCf"
54
  },
@@ -59,7 +59,7 @@
59
  },
60
  {
61
  "cell_type": "code",
62
- "execution_count": null,
63
  "metadata": {
64
  "colab": {
65
  "base_uri": "https://localhost:8080/",
@@ -68,11 +68,20 @@
68
  "id": "7WvIfcjDvgx9",
69
  "outputId": "953a7653-7978-45b7-8d17-ed30b2d7803a"
70
  },
71
- "outputs": [],
 
 
 
 
 
 
 
 
 
72
  "source": [
73
  "#!export\n",
74
  "from fastai.vision.all import load_learner\n",
75
- "import python_multipart\n",
76
  "import gradio as gr"
77
  ]
78
  },
@@ -101,7 +110,18 @@
101
  },
102
  {
103
  "cell_type": "code",
104
- "execution_count": null,
 
 
 
 
 
 
 
 
 
 
 
105
  "metadata": {
106
  "id": "euLWl9eAvk-T"
107
  },
 
48
  },
49
  {
50
  "cell_type": "code",
51
+ "execution_count": 1,
52
  "metadata": {
53
  "id": "FsrcDOg2xzCf"
54
  },
 
59
  },
60
  {
61
  "cell_type": "code",
62
+ "execution_count": 3,
63
  "metadata": {
64
  "colab": {
65
  "base_uri": "https://localhost:8080/",
 
68
  "id": "7WvIfcjDvgx9",
69
  "outputId": "953a7653-7978-45b7-8d17-ed30b2d7803a"
70
  },
71
+ "outputs": [
72
+ {
73
+ "name": "stderr",
74
+ "output_type": "stream",
75
+ "text": [
76
+ "c:\\Users\\ahmed\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\tqdm\\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
77
+ " from .autonotebook import tqdm as notebook_tqdm\n"
78
+ ]
79
+ }
80
+ ],
81
  "source": [
82
  "#!export\n",
83
  "from fastai.vision.all import load_learner\n",
84
+ "# import python_multipart\n",
85
  "import gradio as gr"
86
  ]
87
  },
 
110
  },
111
  {
112
  "cell_type": "code",
113
+ "execution_count": 4,
114
+ "metadata": {},
115
+ "outputs": [],
116
+ "source": [
117
+ "import pathlib\n",
118
+ "temp = pathlib.PosixPath\n",
119
+ "pathlib.PosixPath = pathlib.WindowsPath"
120
+ ]
121
+ },
122
+ {
123
+ "cell_type": "code",
124
+ "execution_count": 5,
125
  "metadata": {
126
  "id": "euLWl9eAvk-T"
127
  },
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastai==2.7.18
2
+ gradio==4.44.1