simonduerr commited on
Commit
6242bac
1 Parent(s): 54bb0ac

Update inference_app.py

Browse files
Files changed (1) hide show
  1. inference_app.py +7 -7
inference_app.py CHANGED
@@ -56,28 +56,28 @@ with gr.Blocks() as app:
56
  {
57
  "model": 0,
58
  "style": "cartoon",
59
- "chain": "A",
60
  "color": "whiteCarbon",
61
  },
62
  {
63
  "model": 0,
64
  "style": "cartoon",
65
- "chain": "A",
66
- "color": "whiteCarbon",
67
  },
68
  {
69
  "model": 0,
70
- "chain": "B",
71
  "style": "stick",
72
  "sidechain": True,
73
- "color": "greenCarbon",
74
  },
75
  {
76
  "model": 0,
77
- "chain": "A",
78
  "style": "stick",
79
  "sidechain": True,
80
- "color": "whiteCarbon",
81
  }
82
  ]
83
 
 
56
  {
57
  "model": 0,
58
  "style": "cartoon",
59
+ "chain": "A",
60
  "color": "whiteCarbon",
61
  },
62
  {
63
  "model": 0,
64
  "style": "cartoon",
65
+ "chain": "B",
66
+ "color": "greenCarbon",
67
  },
68
  {
69
  "model": 0,
70
+ "chain": "A",
71
  "style": "stick",
72
  "sidechain": True,
73
+ "color": "whiteCarbon",
74
  },
75
  {
76
  "model": 0,
77
+ "chain": "B",
78
  "style": "stick",
79
  "sidechain": True,
80
+ "color": "greenCarbon"
81
  }
82
  ]
83