Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HeshamHaroon
/
Arabic_Tokenizer
like
8
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HeshamHaroon
commited on
Feb 27, 2024
Commit
8e747fd
·
verified
·
1 Parent(s):
0b3b1c0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
from gradio import Interface
2
import aranizer
3
1
+
from gradio.inputs import Textbox
2
+
from gradio.outputs import Textbox, Table
3
from gradio import Interface
4
import aranizer
5