Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ShynBui
/
Vietnamese_correct_spelling
like
0
Runtime error
App
Files
Files
Community
ShynBui
commited on
Aug 8
Commit
ef627ff
•
1 Parent(s):
01769d7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -16,4 +16,5 @@ gr.Interface(
16
fn=generate,
17
inputs=gr.Text(),
18
outputs=gr.Text(),
19
).launch()
16
fn=generate,
17
inputs=gr.Text(),
18
outputs=gr.Text(),
19
+
examples= os.environ['DES_EXAMPLE']
20
).launch()