omerXfaruq commited on
Commit
9d54728
1 Parent(s): 7e129e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ if __name__ == "__main__":
237
  gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
238
  ],
239
  title="Space that builds another Space",
240
- description="I can create another space which will compare the models or spaces you provide to me",
241
  outputs="text",
242
  )
243
  iface.launch()
 
237
  gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
238
  ],
239
  title="Space that builds another Space",
240
+ description="I can create a comparative space which will compare the models and spaces you provide to me. You can get your HF Write Token from [here](https://huggingface.co/settings/tokens)",
241
  outputs="text",
242
  )
243
  iface.launch()