Update app.py
Browse files
app.py
CHANGED
|
@@ -57,17 +57,6 @@ iface = gr.Interface(
|
|
| 57 |
"**Enter a sentence in any language below to see how our model interprets it!** 🤖"
|
| 58 |
),
|
| 59 |
theme="compact",
|
| 60 |
-
css="""
|
| 61 |
-
.gradio-container {
|
| 62 |
-
display: flex;
|
| 63 |
-
justify-content: center;
|
| 64 |
-
align-items: center;
|
| 65 |
-
height: 100vh;
|
| 66 |
-
}
|
| 67 |
-
.gradio-title {
|
| 68 |
-
text-align: center;
|
| 69 |
-
}
|
| 70 |
-
"""
|
| 71 |
)
|
| 72 |
|
| 73 |
# Launch the Gradio app
|
|
|
|
| 57 |
"**Enter a sentence in any language below to see how our model interprets it!** 🤖"
|
| 58 |
),
|
| 59 |
theme="compact",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
)
|
| 61 |
|
| 62 |
# Launch the Gradio app
|