Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from cltk.data.fetch import FetchCorpus
|
|
4 |
import builtins
|
5 |
import os
|
6 |
import json
|
|
|
7 |
from git import Repo
|
8 |
|
9 |
GITHUB_RAW_URL = "https://raw.githubusercontent.com/Cicciokr/latin-ai-model/main/data.json"
|
|
|
4 |
import builtins
|
5 |
import os
|
6 |
import json
|
7 |
+
import requests
|
8 |
from git import Repo
|
9 |
|
10 |
GITHUB_RAW_URL = "https://raw.githubusercontent.com/Cicciokr/latin-ai-model/main/data.json"
|