Spaces:
Sleeping
Sleeping
sudhir2016
commited on
Commit
·
6bdb046
1
Parent(s):
ace1385
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,6 @@ def data(Aadhaar):
|
|
15 |
o6=df.iloc[8].item()
|
16 |
o7=df.iloc[9].item()
|
17 |
o8=df.iloc[10].item()
|
18 |
-
return o1,o2,o3,o4,o5,o6
|
19 |
demo = gr.Interface(data,gr.Image(),'text', title =title, description =description,examples=[['image.png']])
|
20 |
demo.launch()
|
|
|
15 |
o6=df.iloc[8].item()
|
16 |
o7=df.iloc[9].item()
|
17 |
o8=df.iloc[10].item()
|
18 |
+
return o1,o2,o3,o4,o5,o6,o7,o8
|
19 |
demo = gr.Interface(data,gr.Image(),'text', title =title, description =description,examples=[['image.png']])
|
20 |
demo.launch()
|