davanstrien HF staff commited on
Commit
d065c26
1 Parent(s): 292f127

add label studio logo

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -179,8 +179,10 @@ with gr.Blocks() as demo:
179
  with gr.Tab("Export to Label Studio format"):
180
  gr.Markdown("""
181
  ## Export to Label Studio format
 
182
  This will export the current dataset to a csv file which can be imported into [Label Studio](https://labelstud.io/). You can then import this into Label Studio to label your images by hand.
183
  You can run Label Studio using Hugging Face Spaces using this [Spaces template](https://huggingface.co/new-space?template=LabelStudio/LabelStudio)""")
 
184
  dataset2 = copy.deepcopy(dataset)
185
  dataset2 = dataset2.remove_columns('image')
186
  dataset2 = dataset2.rename_column("url", "image")
 
179
  with gr.Tab("Export to Label Studio format"):
180
  gr.Markdown("""
181
  ## Export to Label Studio format
182
+ <img align=left src="https://warehouse-camo.ingress.cmh1.psfhosted.org/ba8de1e22c982bbfc28201dcc953ca15e92a399c/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f686561727465786c6162732f6c6162656c2d73747564696f2f6d61737465722f696d616765732f6c735f6769746875625f6865616465722e706e67">
183
  This will export the current dataset to a csv file which can be imported into [Label Studio](https://labelstud.io/). You can then import this into Label Studio to label your images by hand.
184
  You can run Label Studio using Hugging Face Spaces using this [Spaces template](https://huggingface.co/new-space?template=LabelStudio/LabelStudio)""")
185
+
186
  dataset2 = copy.deepcopy(dataset)
187
  dataset2 = dataset2.remove_columns('image')
188
  dataset2 = dataset2.rename_column("url", "image")