Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|