Spaces:
Runtime error
Runtime error
jawadrashid
commited on
Commit
•
c6326c0
1
Parent(s):
252da83
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def get_pipeline_prediction(pil_image):
|
|
23 |
|
24 |
processed_image = render_results_in_image(pil_image,
|
25 |
pipeline_output)
|
26 |
-
return [processed_image,
|
27 |
|
28 |
demo = gr.Interface(
|
29 |
fn=get_pipeline_prediction,
|
|
|
23 |
|
24 |
processed_image = render_results_in_image(pil_image,
|
25 |
pipeline_output)
|
26 |
+
return [processed_image, text]
|
27 |
|
28 |
demo = gr.Interface(
|
29 |
fn=get_pipeline_prediction,
|