Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,6 +52,12 @@ iface=gr.Interface(fn=make,
|
|
| 52 |
examples=[[9638.51,2088.0,-1,1130.1428,33.617596,0.0,0.0,0,-1,14,0.0,35.08846,0.0,96,0],
|
| 53 |
[21989.434,3552.0,257,442608.88,665.2886,1.0,1.0,0,386,20,6.0,877.0259,2.0,120,1],
|
| 54 |
[46730160.0,2944.0,-1,0.0,0.0,0.0,63.0,0,-1,-1062718972,0.0,0.0,63.0,-2125437944,0]
|
| 55 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
# iface.launch(share=True)
|
| 57 |
iface.launch(share=True,debug=False)
|
|
|
|
| 52 |
examples=[[9638.51,2088.0,-1,1130.1428,33.617596,0.0,0.0,0,-1,14,0.0,35.08846,0.0,96,0],
|
| 53 |
[21989.434,3552.0,257,442608.88,665.2886,1.0,1.0,0,386,20,6.0,877.0259,2.0,120,1],
|
| 54 |
[46730160.0,2944.0,-1,0.0,0.0,0.0,63.0,0,-1,-1062718972,0.0,0.0,63.0,-2125437944,0]
|
| 55 |
+
],
|
| 56 |
+
css="""
|
| 57 |
+
body{background-color: lightgreen}
|
| 58 |
+
.input_text input{
|
| 59 |
+
background-color: lightblue !important;
|
| 60 |
+
}
|
| 61 |
+
""")
|
| 62 |
# iface.launch(share=True)
|
| 63 |
iface.launch(share=True,debug=False)
|