Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def run_inference(prompt, stable_diffusion_model, num_inference_steps, guidance_
|
|
39 |
|
40 |
|
41 |
# Return the generated image and the processed model
|
42 |
-
return os.path.join(f"Stable_Diffusion_Finetuned_Minecraft_Skin_Generator/output_minecraft_skins/{
|
43 |
|
44 |
|
45 |
|
|
|
39 |
|
40 |
|
41 |
# Return the generated image and the processed model
|
42 |
+
return os.path.join(f"Stable_Diffusion_Finetuned_Minecraft_Skin_Generator/output_minecraft_skins/{filename}"), os.path.join(f"Stable_Diffusion_Finetuned_Minecraft_Skin_Generator/output_minecraft_skins/{filename}_3d_model.glb")
|
43 |
|
44 |
|
45 |
|