Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# `quickmt` Neural Machine Translation Inference Library
|
| 2 |
|
| 3 |
## REST Server Features
|
|
@@ -62,4 +67,4 @@ To simulate a multi-user load:
|
|
| 62 |
```bash
|
| 63 |
locust -f locustfile.py --host http://localhost:8000
|
| 64 |
```
|
| 65 |
-
Then open http://localhost:8089 in your browser.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: QuickMT Gui
|
| 3 |
+
sdk: docker
|
| 4 |
+
emoji: 🚀
|
| 5 |
+
---
|
| 6 |
# `quickmt` Neural Machine Translation Inference Library
|
| 7 |
|
| 8 |
## REST Server Features
|
|
|
|
| 67 |
```bash
|
| 68 |
locust -f locustfile.py --host http://localhost:8000
|
| 69 |
```
|
| 70 |
+
Then open http://localhost:8089 in your browser.
|