drclab commited on
Commit
e8dd084
1 Parent(s): 672af39
Files changed (2) hide show
  1. hugging_face.ipynb +31 -7
  2. mihua.ipynb +0 -0
hugging_face.ipynb CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  {
34
  "cell_type": "code",
35
- "execution_count": 4,
36
  "metadata": {},
37
  "outputs": [],
38
  "source": [
@@ -41,7 +41,7 @@
41
  },
42
  {
43
  "cell_type": "code",
44
- "execution_count": 5,
45
  "metadata": {},
46
  "outputs": [
47
  {
@@ -63,7 +63,7 @@
63
  " 'accessToken': {'displayName': 'LVD', 'role': 'write'}}}"
64
  ]
65
  },
66
- "execution_count": 5,
67
  "metadata": {},
68
  "output_type": "execute_result"
69
  }
@@ -74,7 +74,7 @@
74
  },
75
  {
76
  "cell_type": "code",
77
- "execution_count": 6,
78
  "metadata": {},
79
  "outputs": [
80
  {
@@ -83,7 +83,7 @@
83
  "'drclab/ChatDulun'"
84
  ]
85
  },
86
- "execution_count": 6,
87
  "metadata": {},
88
  "output_type": "execute_result"
89
  }
@@ -94,7 +94,7 @@
94
  },
95
  {
96
  "cell_type": "code",
97
- "execution_count": 7,
98
  "metadata": {},
99
  "outputs": [
100
  {
@@ -105,10 +105,11 @@
105
  " 'README.md',\n",
106
  " 'app.py',\n",
107
  " 'hugging_face.ipynb',\n",
 
108
  " 'requirements.txt']"
109
  ]
110
  },
111
- "execution_count": 7,
112
  "metadata": {},
113
  "output_type": "execute_result"
114
  }
@@ -119,6 +120,29 @@
119
  " repo_type='space'\n",
120
  ")"
121
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  }
123
  ],
124
  "metadata": {
 
32
  },
33
  {
34
  "cell_type": "code",
35
+ "execution_count": 3,
36
  "metadata": {},
37
  "outputs": [],
38
  "source": [
 
41
  },
42
  {
43
  "cell_type": "code",
44
+ "execution_count": 4,
45
  "metadata": {},
46
  "outputs": [
47
  {
 
63
  " 'accessToken': {'displayName': 'LVD', 'role': 'write'}}}"
64
  ]
65
  },
66
+ "execution_count": 4,
67
  "metadata": {},
68
  "output_type": "execute_result"
69
  }
 
74
  },
75
  {
76
  "cell_type": "code",
77
+ "execution_count": 5,
78
  "metadata": {},
79
  "outputs": [
80
  {
 
83
  "'drclab/ChatDulun'"
84
  ]
85
  },
86
+ "execution_count": 5,
87
  "metadata": {},
88
  "output_type": "execute_result"
89
  }
 
94
  },
95
  {
96
  "cell_type": "code",
97
+ "execution_count": 6,
98
  "metadata": {},
99
  "outputs": [
100
  {
 
105
  " 'README.md',\n",
106
  " 'app.py',\n",
107
  " 'hugging_face.ipynb',\n",
108
+ " 'mihua.ipynb',\n",
109
  " 'requirements.txt']"
110
  ]
111
  },
112
+ "execution_count": 6,
113
  "metadata": {},
114
  "output_type": "execute_result"
115
  }
 
120
  " repo_type='space'\n",
121
  ")"
122
  ]
123
+ },
124
+ {
125
+ "cell_type": "code",
126
+ "execution_count": 7,
127
+ "metadata": {},
128
+ "outputs": [
129
+ {
130
+ "data": {
131
+ "text/plain": [
132
+ "['.gitattributes', 'README.md', 'app.py']"
133
+ ]
134
+ },
135
+ "execution_count": 7,
136
+ "metadata": {},
137
+ "output_type": "execute_result"
138
+ }
139
+ ],
140
+ "source": [
141
+ "api.list_repo_files(\n",
142
+ " repo_id='drclab/asr',\n",
143
+ " repo_type='space'\n",
144
+ ")"
145
+ ]
146
  }
147
  ],
148
  "metadata": {
mihua.ipynb CHANGED
The diff for this file is too large to render. See raw diff