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

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.encode('latin-1'))
 
1
  #import gradio as gr
2
  name="this name"
3
+ print (unicode(name,'latin-1'))