Spaces:
Sleeping
Sleeping
zeyadahmedd
commited on
Commit
•
a17bdae
1
Parent(s):
a51a4c0
Update app.py
Browse files
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
|
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:
|