hysts
commited on
Commit
•
547c2d3
1
Parent(s):
d5b3e09
Update description
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ With this Space, you can create a demo Space for models that are loadable with `
|
|
14 |
The Space will be created under your account and private.
|
15 |
You need a token with write permission (See: https://huggingface.co/settings/tokens).
|
16 |
|
|
|
17 |
If you specify multiple model names, the resulting Space will show all the outputs of those models side by side for the given inputs.
|
18 |
'''
|
19 |
article = ''
|
|
|
14 |
The Space will be created under your account and private.
|
15 |
You need a token with write permission (See: https://huggingface.co/settings/tokens).
|
16 |
|
17 |
+
You can specify multiple model names by listing them separated by commas.
|
18 |
If you specify multiple model names, the resulting Space will show all the outputs of those models side by side for the given inputs.
|
19 |
'''
|
20 |
article = ''
|