Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
import torch
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
import re
|
| 5 |
|
|
|
|
| 1 |
import torch
|
| 2 |
+
import tensorflow as tf
|
| 3 |
+
from tf_keras import models, layers
|
| 4 |
+
from transformers import AutoTokenizer, AutoModelForSequenceClassification, AutoModelForTokenClassification, TFAutoModelForQuestionAnswering
|
| 5 |
import gradio as gr
|
| 6 |
import re
|
| 7 |
|