Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,6 +48,7 @@ gr_interface = gr.Interface(
|
|
| 48 |
inputs=["image"],
|
| 49 |
outputs=[gr.Image(type="pil"), gr.Textbox(label="Predicted BBox:")],
|
| 50 |
title='Detect adaptive variants in admixed populations',
|
|
|
|
| 51 |
examples=examples)
|
| 52 |
|
| 53 |
gr_interface.launch(inline=False, share=False, debug=True)
|
|
|
|
| 48 |
inputs=["image"],
|
| 49 |
outputs=[gr.Image(type="pil"), gr.Textbox(label="Predicted BBox:")],
|
| 50 |
title='Detect adaptive variants in admixed populations',
|
| 51 |
+
description=description,
|
| 52 |
examples=examples)
|
| 53 |
|
| 54 |
gr_interface.launch(inline=False, share=False, debug=True)
|