Spaces:
Runtime error
Runtime error
IZERE HIRWA Roger
commited on
Commit
·
45d53c9
1
Parent(s):
61c84ea
fin
Browse files
app.py
CHANGED
@@ -281,4 +281,5 @@ with gr.Blocks(css=css) as demo:
|
|
281 |
|
282 |
submit_btn.click(process_image, [input_img, task_prompt, text_input, model_selector], [output_text, output_img])
|
283 |
|
|
|
284 |
demo.launch(debug=True)
|
|
|
281 |
|
282 |
submit_btn.click(process_image, [input_img, task_prompt, text_input, model_selector], [output_text, output_img])
|
283 |
|
284 |
+
# launch the demo
|
285 |
demo.launch(debug=True)
|