hysts commited on
Commit
aceea22
1 Parent(s): 8326154

Update description

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -10,7 +10,10 @@ from huggingface_hub import HfApi
10
 
11
  title = 'Model Demo Creation'
12
  description = '''
13
- With this Space, you can create a demo Space for models that are loadable with `gradio.Interface.load` in Model Hub.
 
 
 
14
  '''
15
  article = ''
16
  examples = [
 
10
 
11
  title = 'Model Demo Creation'
12
  description = '''
13
+ With this Space, you can create a demo Space for models that are loadable with `gradio.Interface.load` in [Model Hub](https://huggingface.co/models).
14
+ The Space will be created under your account and private.
15
+
16
+ If you specify multiple model names, the resulting Space will show all the outputs of those models side by side for the given inputs.
17
  '''
18
  article = ''
19
  examples = [