Update app.py
Browse files
app.py
CHANGED
|
@@ -914,6 +914,7 @@ app = gradio.Interface(fn=say_butterfly_name,
|
|
| 914 |
allow_flagging=xallow_flagging,
|
| 915 |
flagging_options=xflagging_options)
|
| 916 |
#
|
|
|
|
| 917 |
inline = True
|
| 918 |
width = "80%"
|
| 919 |
height = "80%" # 1200
|
|
|
|
| 914 |
allow_flagging=xallow_flagging,
|
| 915 |
flagging_options=xflagging_options)
|
| 916 |
#
|
| 917 |
+
#
|
| 918 |
inline = True
|
| 919 |
width = "80%"
|
| 920 |
height = "80%" # 1200
|