Spaces:
Runtime error
Runtime error
Commit
·
b8028b2
1
Parent(s):
abdadbe
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import torch.nn.functional as F
|
|
| 9 |
import gradio as gr
|
| 10 |
import torch
|
| 11 |
import nltk
|
| 12 |
-
|
| 13 |
|
| 14 |
def check_by_url(txt_url):
|
| 15 |
parsed_url = urlparse(txt_url)
|
|
|
|
| 9 |
import gradio as gr
|
| 10 |
import torch
|
| 11 |
import nltk
|
| 12 |
+
import json
|
| 13 |
|
| 14 |
def check_by_url(txt_url):
|
| 15 |
parsed_url = urlparse(txt_url)
|