omerXfaruq commited on
Commit
7a1deb2
1 Parent(s): bb6732e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -247,8 +247,9 @@ if __name__ == "__main__":
247
  description="Welcome onboard 🤗, 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 :)",
248
  outputs=gr.outputs.HTML(label="URL"),
249
  examples= [
250
- ["spaces/onnx/GPT-2 \nmodels/gpt2-large \nmodels/EleutherAI/gpt-j-6B", "", "comparison-space", "example-title", "example-description"]
251
- ,["spaces/onnx/GPT-2", "", "clone-space", "example-title", "example-description"]
 
252
  ],
253
  )
254
  iface.launch()
 
247
  description="Welcome onboard 🤗, 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 :)",
248
  outputs=gr.outputs.HTML(label="URL"),
249
  examples= [
250
+ ["spaces/onnx/GPT-2 \nmodels/gpt2-large \nmodels/EleutherAI/gpt-j-6B", "", "comparison-space", "example-title", "example-description"],
251
+ ["spaces/onnx/GPT-2", "", "duplicate-space", "example-title", "example-description"],
252
+ ["models/EleutherAI/gpt-j-6B", "", "space-from-a-model", "example-title", "example-description"]
253
  ],
254
  )
255
  iface.launch()