Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,5 +56,5 @@ demo = gr.Interface(
|
|
| 56 |
# article=breeds_list,
|
| 57 |
css=".row { display: flex; } .column { flex: 50%; }",
|
| 58 |
)
|
| 59 |
-
|
| 60 |
demo.launch(share=True, debug=True)
|
|
|
|
| 56 |
# article=breeds_list,
|
| 57 |
css=".row { display: flex; } .column { flex: 50%; }",
|
| 58 |
)
|
| 59 |
+
|
| 60 |
demo.launch(share=True, debug=True)
|