Ruijia Tan commited on
Commit
f14b8d1
1 Parent(s): 834da3d

Upload code.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
208
 
209
  # The section to select the Machine Learning Model.
210
  with gr.Row():
211
- operation = gr.inputs.Radio(["K-Means Semi-supervisor Model", "GMM Semi-supervisor Model"])
212
 
213
  # The section to input the element ratio.
214
  with gr.Row():
 
208
 
209
  # The section to select the Machine Learning Model.
210
  with gr.Row():
211
+ operation = gr.inputs.Radio(["K-Means Semi-supervisor Model", "GMM Semi-supervisor Model"],label="Model Selection")
212
 
213
  # The section to input the element ratio.
214
  with gr.Row():