Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -428,3 +428,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
428 |
api_name="run",
|
429 |
)
|
430 |
demo.queue(max_size=50).launch()
|
|
|
|
|
|
|
|
|
|
428 |
api_name="run",
|
429 |
)
|
430 |
demo.queue(max_size=50).launch()
|
431 |
+
|
432 |
+
# Linking models to the space
|
433 |
+
# facebook/seamless-m4t-large
|
434 |
+
# facebook/SONAR
|