Dumeng commited on
Commit
4b982eb
1 Parent(s): bcc2179

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. iris.py +1 -1
iris.py CHANGED
@@ -30,7 +30,7 @@ sliSepalWidth = gr.Slider(minimum=0, maximum=5, value=3, label="Sepal width (cm
30
  sliPetalLength = gr.Slider(minimum=1, maximum=8, value=4, label="Petal length (cm)")
31
  sliPetalWidth = gr.Slider(minimum=0, maximum=3, value=2, label="Petal width (cm)")
32
 
33
- outputs = gr.outputs.Text() # You can use different output types
34
 
35
  ### result.label = "Iris species" # does not work on Hugging Face
36
 
 
30
  sliPetalLength = gr.Slider(minimum=1, maximum=8, value=4, label="Petal length (cm)")
31
  sliPetalWidth = gr.Slider(minimum=0, maximum=3, value=2, label="Petal width (cm)")
32
 
33
+ outputs = gr.TextOutput()
34
 
35
  ### result.label = "Iris species" # does not work on Hugging Face
36