Abso1ute666
commited on
Commit
•
582a4e0
1
Parent(s):
1b203be
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
3 |
|
4 |
title = "Protien Token Classification 🧬."
|
|
|
1 |
import gradio as gr
|
2 |
+
import torch
|
3 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
4 |
|
5 |
title = "Protien Token Classification 🧬."
|