KingNish commited on
Commit
6027158
1 Parent(s): 2656341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ def king(type ,
95
  ).images[0]
96
  return seed, image
97
 
 
98
  # Prompt classifier
99
  def response(instruction, input_image=None ):
100
  if input_image is None:
 
95
  ).images[0]
96
  return seed, image
97
 
98
+ client = InferenceClient()
99
  # Prompt classifier
100
  def response(instruction, input_image=None ):
101
  if input_image is None: