Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(title="English to Venda Translator", theme=gr.themes.Soft()) as d
|
|
230 |
return get_model_status()
|
231 |
|
232 |
# Set up periodic status updates
|
233 |
-
demo.load(
|
234 |
|
235 |
with gr.Tab("Single Translation"):
|
236 |
with gr.Row():
|
|
|
230 |
return get_model_status()
|
231 |
|
232 |
# Set up periodic status updates
|
233 |
+
demo.load(fn=update_status, outputs=status_indicator)
|
234 |
|
235 |
with gr.Tab("Single Translation"):
|
236 |
with gr.Row():
|