Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import onnxruntime as rt
|
3 |
from transformers import AutoTokenizer
|
4 |
-
import torch
|
|
|
5 |
|
6 |
tokenizer = AutoTokenizer.from_pretrained("distilroberta-base")
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
import onnxruntime as rt
|
3 |
from transformers import AutoTokenizer
|
4 |
+
import torch
|
5 |
+
import json
|
6 |
|
7 |
tokenizer = AutoTokenizer.from_pretrained("distilroberta-base")
|
8 |
|