Update app.py
Browse files
app.py
CHANGED
|
@@ -571,6 +571,7 @@ with demo:
|
|
| 571 |
with gr.Column():
|
| 572 |
gr.Markdown('''
|
| 573 |
### PLEASE READ BELOW
|
|
|
|
| 574 |
### Because of big demand for this demo all credits for translation might be gone already for the month. In this case we return the original transcript from this component :(
|
| 575 |
### I might make some adjustments in the future for the translation to use some other model if all the API credits have been used but this is the situation for now
|
| 576 |
### Translation credits will reset every 5th of month.
|
|
|
|
| 571 |
with gr.Column():
|
| 572 |
gr.Markdown('''
|
| 573 |
### PLEASE READ BELOW
|
| 574 |
+
### DEEPL TRANSLATIONS DO NOT CURRENTLY WORK
|
| 575 |
### Because of big demand for this demo all credits for translation might be gone already for the month. In this case we return the original transcript from this component :(
|
| 576 |
### I might make some adjustments in the future for the translation to use some other model if all the API credits have been used but this is the situation for now
|
| 577 |
### Translation credits will reset every 5th of month.
|