Spaces:
Running
Running
Update app/_actions/generate.ts
Browse files- app/_actions/generate.ts +0 -1
app/_actions/generate.ts
CHANGED
@@ -54,7 +54,6 @@ export async function generate({ brand_name, industry, description }: Form) {
|
|
54 |
if (prompt?.choices[0]?.message?.content) {
|
55 |
const hfRequest = await inference.textToImage({
|
56 |
inputs: prompt.choices[0].message.content,
|
57 |
-
provider: "hf-inference",
|
58 |
model: "Shakker-Labs/FLUX.1-dev-LoRA-Logo-Design",
|
59 |
parameters: {
|
60 |
num_inference_steps: 24,
|
|
|
54 |
if (prompt?.choices[0]?.message?.content) {
|
55 |
const hfRequest = await inference.textToImage({
|
56 |
inputs: prompt.choices[0].message.content,
|
|
|
57 |
model: "Shakker-Labs/FLUX.1-dev-LoRA-Logo-Design",
|
58 |
parameters: {
|
59 |
num_inference_steps: 24,
|