arnavagrawal commited on
Commit
5b1a6a8
1 Parent(s): 4bdd907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ 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")
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/'