zeyadahmedd commited on
Commit
a17bdae
1 Parent(s): a51a4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def greet1(data):
43
  print(y)
44
  print(type(y))
45
  print(type(dill.loads(eval(y))))
46
- print(dill.loads(eval(y)).read(),"dah el data elfel file")
47
  return y
48
  iface = gr.Blocks()
49
  with iface:
 
43
  print(y)
44
  print(type(y))
45
  print(type(dill.loads(eval(y))))
46
+ print(dill.loads(eval(y)).read(),"dah el data el file")
47
  return y
48
  iface = gr.Blocks()
49
  with iface: