KingNish commited on
Commit
dc60483
1 Parent(s): 1332b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ def king(type = "Image Editing",
120
 
121
  def response(instruction, input_image=None):
122
  if input_image is None:
 
123
  output="Image Generation"
124
  else:
125
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
 
120
 
121
  def response(instruction, input_image=None):
122
  if input_image is None:
123
+ output=instruction
124
  output="Image Generation"
125
  else:
126
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")