Omnibus commited on
Commit
8c871c6
·
verified ·
1 Parent(s): a6e566a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  #import gradio as gr
2
  name="this name"
3
- print (name.decode('latin-1'))
 
1
  #import gradio as gr
2
  name="this name"
3
+ print (name.encode('latin-1'))