dr4g0n7ly commited on
Commit
3f06e41
·
1 Parent(s): d9bc621

Update app.ipynb

Browse files
Files changed (1) hide show
  1. app.ipynb +43 -2
app.ipynb CHANGED
@@ -1,6 +1,47 @@
1
  {
2
- "cells": [],
3
- "metadata": {},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "nbformat": 4,
5
  "nbformat_minor": 5
6
  }
 
1
  {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "97b31790",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "!pip install gradio\n",
11
+ "!pip install -Uqq fastai\n",
12
+ "\n",
13
+ "from fastai.vision.all import *\n",
14
+ "import gradio as gr"
15
+ ]
16
+ },
17
+ {
18
+ "cell_type": "code",
19
+ "execution_count": null,
20
+ "id": "576fabd6",
21
+ "metadata": {},
22
+ "outputs": [],
23
+ "source": []
24
+ }
25
+ ],
26
+ "metadata": {
27
+ "kernelspec": {
28
+ "display_name": "Python 3 (ipykernel)",
29
+ "language": "python",
30
+ "name": "python3"
31
+ },
32
+ "language_info": {
33
+ "codemirror_mode": {
34
+ "name": "ipython",
35
+ "version": 3
36
+ },
37
+ "file_extension": ".py",
38
+ "mimetype": "text/x-python",
39
+ "name": "python",
40
+ "nbconvert_exporter": "python",
41
+ "pygments_lexer": "ipython3",
42
+ "version": "3.9.13"
43
+ }
44
+ },
45
  "nbformat": 4,
46
  "nbformat_minor": 5
47
  }