Spaces:
Sleeping
Sleeping
leoxing1996
commited on
Commit
•
069dfe4
1
Parent(s):
63e4d9a
revise notification
Browse files
demo/frontend/src/routes/+page.svelte
CHANGED
@@ -117,6 +117,7 @@
|
|
117 |
<p class="text-sm">
|
118 |
There are <span id="queue_size" class="font-bold">{currentQueueSize}</span>
|
119 |
user(s) sharing the same GPU, affecting real-time performance. Maximum queue size is {maxQueueSize}.
|
|
|
120 |
To avoid network latency and queuing, we strongly recommend cloning
|
121 |
<a href="https://github.com/open-mmlab/Live2Diff">our official repository</a> and running it
|
122 |
locally.
|
|
|
117 |
<p class="text-sm">
|
118 |
There are <span id="queue_size" class="font-bold">{currentQueueSize}</span>
|
119 |
user(s) sharing the same GPU, affecting real-time performance. Maximum queue size is {maxQueueSize}.
|
120 |
+
<br>
|
121 |
To avoid network latency and queuing, we strongly recommend cloning
|
122 |
<a href="https://github.com/open-mmlab/Live2Diff">our official repository</a> and running it
|
123 |
locally.
|