fffiloni commited on
Commit
62a24fb
·
verified ·
1 Parent(s): 007b19f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate_image(prompt, model, num_iterations, learning_rate, progress = gr.P
45
  return None, f"An error occurred: {str(e)}"
46
 
47
  # Create Gradio interface
48
- title="# ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization",
49
  description="Enter a prompt to generate an image using ReNO. Adjust the model and parameters as needed."
50
 
51
  with gr.Blocks() as demo:
 
45
  return None, f"An error occurred: {str(e)}"
46
 
47
  # Create Gradio interface
48
+ title="# ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization"
49
  description="Enter a prompt to generate an image using ReNO. Adjust the model and parameters as needed."
50
 
51
  with gr.Blocks() as demo: