TeamGreenEdifai commited on
Commit
2acbeb1
·
verified ·
1 Parent(s): 433d5f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
50
  ),
51
  ],
52
  outputs=[
53
- gr.Textbox(label="Star rating") # Set label for the output
54
  ],
55
  )
56
 
 
50
  ),
51
  ],
52
  outputs=[
53
+ gr.Textbox(label="Predicted Star rating") # Set label for the output
54
  ],
55
  )
56