hari31416 commited on
Commit
2b7668a
·
1 Parent(s): ff6d1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ def predict_url_class(url):
10
  except Exception as e:
11
  gr.Warning(e)
12
  output_for_gradio = {
13
- "Lighting": outputs[0],
14
- "Non-Lighting": outputs[1],
15
  }
16
  return output_for_gradio
17
 
 
10
  except Exception as e:
11
  gr.Warning(e)
12
  output_for_gradio = {
13
+ "Lighting": outputs[1],
14
+ "Non-Lighting": outputs[0],
15
  }
16
  return output_for_gradio
17