Salman Naqvi commited on
Commit
b47b11f
·
1 Parent(s): 6df12eb

Temporarily commented out the article link.

Browse files
Files changed (2) hide show
  1. app.ipynb +5 -3
  2. app.py +3 -1
app.ipynb CHANGED
@@ -272,9 +272,11 @@
272
  " examples=examples,\n",
273
  " title=title,\n",
274
  " description=description,\n",
275
- " article=article\n",
276
  ")\n",
277
  "\n",
 
 
278
  "interface.launch(inline=False, enable_queue=True)"
279
  ],
280
  "metadata": {
@@ -292,7 +294,7 @@
292
  },
293
  {
294
  "cell_type": "code",
295
- "execution_count": 25,
296
  "outputs": [],
297
  "source": [
298
  "from nbdev.export import nb_export"
@@ -303,7 +305,7 @@
303
  },
304
  {
305
  "cell_type": "code",
306
- "execution_count": 26,
307
  "outputs": [],
308
  "source": [
309
  "nb_export('app.ipynb', '.')"
 
272
  " examples=examples,\n",
273
  " title=title,\n",
274
  " description=description,\n",
275
+ "\n",
276
  ")\n",
277
  "\n",
278
+ "# article=article\n",
279
+ "\n",
280
  "interface.launch(inline=False, enable_queue=True)"
281
  ],
282
  "metadata": {
 
294
  },
295
  {
296
  "cell_type": "code",
297
+ "execution_count": 27,
298
  "outputs": [],
299
  "source": [
300
  "from nbdev.export import nb_export"
 
305
  },
306
  {
307
  "cell_type": "code",
308
+ "execution_count": 28,
309
  "outputs": [],
310
  "source": [
311
  "nb_export('app.ipynb', '.')"
app.py CHANGED
@@ -36,7 +36,9 @@ interface = gr.Interface(
36
  examples=examples,
37
  title=title,
38
  description=description,
39
- article=article
40
  )
41
 
 
 
42
  interface.launch(inline=False, enable_queue=True)
 
36
  examples=examples,
37
  title=title,
38
  description=description,
39
+
40
  )
41
 
42
+ # article=article
43
+
44
  interface.launch(inline=False, enable_queue=True)