omerXfaruq commited on
Commit
428b978
1 Parent(s): f19a23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -232,8 +232,8 @@ if __name__ == "__main__":
232
  lines=4,
233
  placeholder=(
234
  f"Drop model and space links at each line and I will create a new space comparing them. Usage examples:"
235
- f"\nspaces/deepklarity/poster2plot"
236
- f"\nmodels/gpt2"
237
  ),
238
  ),
239
  gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
@@ -242,7 +242,7 @@ if __name__ == "__main__":
242
  gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
243
  ],
244
  title="Model Comparator Space Builder",
245
- description="I can create a comparative space which will compare the models and/or spaces you provide to me. You can get your HF Write Token from [here](https://huggingface.co/settings/tokens). If you leave HF Token input empty, the space will release under the author's account([farukozderim](https://huggingface.co/farukozderim). Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
246
  outputs=gr.outputs.HTML(label="URL"),
247
  examples= [["models/gpt2-large \nmodels/gpt2", "", "example-name", "example-title", "example-description"]],
248
  )
 
232
  lines=4,
233
  placeholder=(
234
  f"Drop model and space links at each line and I will create a new space comparing them. Usage examples:"
235
+ f"\nmodels/gpt2-large"
236
+ f"\nnmodels/gpt2"
237
  ),
238
  ),
239
  gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
 
242
  gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
243
  ],
244
  title="Model Comparator Space Builder",
245
+ description="I can create a comparative space which will compare the models and/or spaces you provide to me. You can get your HF Write Token from [here](https://huggingface.co/settings/tokens). If you leave HF Token input empty, the space will release under the author's account([farukozderim])(https://huggingface.co/farukozderim). Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
246
  outputs=gr.outputs.HTML(label="URL"),
247
  examples= [["models/gpt2-large \nmodels/gpt2", "", "example-name", "example-title", "example-description"]],
248
  )