Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ iface = gr.Interface(
|
|
26 |
fn=process_image,
|
27 |
inputs=gr.inputs.Image(type="pil"),
|
28 |
outputs="text",
|
|
|
29 |
|
30 |
if __name__ == "__main__":
|
31 |
iface.launch()
|
|
|
26 |
fn=process_image,
|
27 |
inputs=gr.inputs.Image(type="pil"),
|
28 |
outputs="text",
|
29 |
+
)
|
30 |
|
31 |
if __name__ == "__main__":
|
32 |
iface.launch()
|