ANASAKHTAR commited on
Commit
1d29ade
·
verified ·
1 Parent(s): a7e6201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import torch
3
  from diffusers import DiffusionPipeline
4
 
 
5
  # Define the image generation function
6
  def image_generation(prompt):
7
  # Check if GPU is available
 
2
  import torch
3
  from diffusers import DiffusionPipeline
4
 
5
+ @st.cache_resource
6
  # Define the image generation function
7
  def image_generation(prompt):
8
  # Check if GPU is available