omerXfaruq commited on
Commit
74e91ff
1 Parent(s): 8530d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ if __name__ == "__main__":
248
  outputs=gr.outputs.HTML(label="URL"),
249
  examples= [
250
  ["spaces/onnx/GPT-2 \nmodels/gpt2-large \nmodels/gpt2", "", "example-name", "example-title", "example-description"]
251
- ,["spaces/onnx/GPT-2", "", "example-name", "example-title", "example-description"]
252
  ],
253
  )
254
  iface.launch()
 
248
  outputs=gr.outputs.HTML(label="URL"),
249
  examples= [
250
  ["spaces/onnx/GPT-2 \nmodels/gpt2-large \nmodels/gpt2", "", "example-name", "example-title", "example-description"]
251
+ ,["spaces/onnx/GPT-2", "", "clone-space", "example-title", "example-description"]
252
  ],
253
  )
254
  iface.launch()