Spaces:
Build error
Build error
diegulio
commited on
Commit
·
b7ea163
1
Parent(s):
76df09f
fix
Browse files- cedula/app.py +1 -1
- license/app.py +1 -1
cedula/app.py
CHANGED
@@ -141,7 +141,7 @@ def get_attributes(input_img):
|
|
141 |
#demo.launch()
|
142 |
|
143 |
def create_model():
|
144 |
-
demo = gr.Interface(get_attributes, "
|
145 |
return demo
|
146 |
|
147 |
|
|
|
141 |
#demo.launch()
|
142 |
|
143 |
def create_model():
|
144 |
+
demo = gr.Interface(get_attributes, "image", "label")
|
145 |
return demo
|
146 |
|
147 |
|
license/app.py
CHANGED
@@ -141,7 +141,7 @@ def get_attributes(input_img):
|
|
141 |
#demo.launch()
|
142 |
|
143 |
def create_model():
|
144 |
-
demo = gr.Interface(get_attributes, "
|
145 |
return demo
|
146 |
|
147 |
|
|
|
141 |
#demo.launch()
|
142 |
|
143 |
def create_model():
|
144 |
+
demo = gr.Interface(get_attributes, "image", "label")
|
145 |
return demo
|
146 |
|
147 |
|