GenAIJake commited on
Commit
b28a21a
·
verified ·
1 Parent(s): e17d60b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import spaces
3
  from huggingface_hub import HfApi
4
 
5
  @spaces.GPU(duration=60)
6
- def generate_image(prompt, negative_prompt="", seed=-1, width=512, height=512, guidance_scale=7.5, num_inference_steps=50):
7
  # This function will be called by gr.load(), so we don't need to implement it here
8
  pass
9
 
 
3
  from huggingface_hub import HfApi
4
 
5
  @spaces.GPU(duration=60)
6
+ def generate_image(prompt, negative_prompt="", seed=-331, width=512, height=512, guidance_scale=3.5, num_inference_steps=20):
7
  # This function will be called by gr.load(), so we don't need to implement it here
8
  pass
9