Spaces:
Runtime error
Runtime error
arnavagrawal
commited on
Commit
•
4bdd907
1
Parent(s):
f7efcdd
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import os
|
|
7 |
from glob import glob
|
8 |
import shutil
|
9 |
import gradio as gr
|
|
|
10 |
|
11 |
git.Clone("https://github.com/TheMITTech/shakespeare", "shakespeare")
|
12 |
files = glob("./shakespeare/**/*.html")
|
|
|
7 |
from glob import glob
|
8 |
import shutil
|
9 |
import gradio as gr
|
10 |
+
import git
|
11 |
|
12 |
git.Clone("https://github.com/TheMITTech/shakespeare", "shakespeare")
|
13 |
files = glob("./shakespeare/**/*.html")
|