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

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ 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
  '''
 
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
+ 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
  '''