Update app.py
Browse files
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 |
|