Spaces:
Runtime error
Runtime error
Commit ·
5b1a6a8
1
Parent(s): 4bdd907
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import shutil
|
|
| 9 |
import gradio as gr
|
| 10 |
import git
|
| 11 |
|
| 12 |
-
git.
|
| 13 |
files = glob("./shakespeare/**/*.html")
|
| 14 |
os.mkdir('./data')
|
| 15 |
destination_folder = './data/'
|
|
|
|
| 9 |
import gradio as gr
|
| 10 |
import git
|
| 11 |
|
| 12 |
+
git.Repo.clone_from("https://github.com/TheMITTech/shakespeare", "shakespeare")
|
| 13 |
files = glob("./shakespeare/**/*.html")
|
| 14 |
os.mkdir('./data')
|
| 15 |
destination_folder = './data/'
|