Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
import spaces
|
5 |
import torch
|
6 |
import gradio as gr
|
|
|
7 |
from huggingface_hub import snapshot_download
|
8 |
from bert_handler import create_handler_from_checkpoint
|
9 |
from pathlib import Path
|
|
|
4 |
import spaces
|
5 |
import torch
|
6 |
import gradio as gr
|
7 |
+
import json
|
8 |
from huggingface_hub import snapshot_download
|
9 |
from bert_handler import create_handler_from_checkpoint
|
10 |
from pathlib import Path
|