Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def predict(brand, screen_size, resolution_width, resolution_height):
|
|
26 |
interface = gr.Interface(
|
27 |
fn=predict,
|
28 |
inputs=[
|
29 |
-
gr.Dropdown(choices=[a, b], label="Brand"),
|
30 |
gr.Textbox(label="Screen Size"),
|
31 |
gr.Textbox(label="Resolution (Width)"),
|
32 |
gr.Textbox(label="Resolution (Height)")
|
|
|
26 |
interface = gr.Interface(
|
27 |
fn=predict,
|
28 |
inputs=[
|
29 |
+
gr.Dropdown(choices=["a", "b"], label="Brand"),
|
30 |
gr.Textbox(label="Screen Size"),
|
31 |
gr.Textbox(label="Resolution (Width)"),
|
32 |
gr.Textbox(label="Resolution (Height)")
|