Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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:
|