Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gyroing
/
PersianTextCorrection_Hazm
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gyroing
commited on
Jan 14, 2024
Commit
04d1b46
·
verified
·
1 Parent(s):
97b2e7d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
+
import hazm
3
def greet(name):
4
return "Hello " + name + "!!"
5