Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def aiornot2(image):
|
|
80 |
return gr.HTML.update(html_out)
|
81 |
with gr.Blocks() as app:
|
82 |
with gr.Column():
|
83 |
-
inp = gr.
|
84 |
btn = gr.Button()
|
85 |
with gr.Group():
|
86 |
with gr.Row():
|
|
|
80 |
return gr.HTML.update(html_out)
|
81 |
with gr.Blocks() as app:
|
82 |
with gr.Column():
|
83 |
+
inp = gr.Pil()
|
84 |
btn = gr.Button()
|
85 |
with gr.Group():
|
86 |
with gr.Row():
|