Donlapark commited on
Commit
b3cdb0f
·
verified ·
1 Parent(s): 0f04536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)")