Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ with gr.Blocks() as app:
|
|
| 322 |
info='GPU is usually faster, but has a usage quota',
|
| 323 |
interactive=CUDA_AVAILABLE
|
| 324 |
)
|
| 325 |
-
with gr.Row(
|
| 326 |
if (PYGORUUT_AVAILABLE):
|
| 327 |
# Goruut
|
| 328 |
lang = gr.Dropdown(
|
|
|
|
| 322 |
info='GPU is usually faster, but has a usage quota',
|
| 323 |
interactive=CUDA_AVAILABLE
|
| 324 |
)
|
| 325 |
+
with gr.Row():
|
| 326 |
if (PYGORUUT_AVAILABLE):
|
| 327 |
# Goruut
|
| 328 |
lang = gr.Dropdown(
|