Spaces:
Build error
Build error
Commit
·
4cb376e
1
Parent(s):
27e913c
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
-
from huggingface_hub import hf_hub_download
|
4 |
import os
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
|
7 |
def predict_label(text):
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
|
|
3 |
import os
|
4 |
+
from huggingface_hub import hf_hub_download
|
5 |
+
from camel_tools import data
|
6 |
+
|
7 |
+
%data -i all
|
8 |
+
|
9 |
|
10 |
|
11 |
def predict_label(text):
|