Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ interface = gr.Interface(
|
|
| 37 |
gr.Textbox(label="Resolution (Width)"),
|
| 38 |
gr.Textbox(label="Resolution (Height)")
|
| 39 |
],
|
| 40 |
-
outputs="
|
| 41 |
title="Monitor Predictor",
|
| 42 |
description="Enter the brand, screen size, and resolution to predict the target value."
|
| 43 |
)
|
|
|
|
| 37 |
gr.Textbox(label="Resolution (Width)"),
|
| 38 |
gr.Textbox(label="Resolution (Height)")
|
| 39 |
],
|
| 40 |
+
outputs=gr.Textbox(label="ราคาโดยประมาณ (บาท)"),
|
| 41 |
title="Monitor Predictor",
|
| 42 |
description="Enter the brand, screen size, and resolution to predict the target value."
|
| 43 |
)
|