AbstractPhil commited on
Commit
71b4610
·
verified ·
1 Parent(s): 4b698c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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