Spaces:
Running
on
L40S
Running
on
L40S
disable gradio analytics
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def show_gallery_output(gallery_state):
|
|
182 |
title="# ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization"
|
183 |
description="Enter a prompt to generate an image using ReNO. Adjust the model and parameters as needed."
|
184 |
|
185 |
-
with gr.Blocks() as demo:
|
186 |
loaded_model_setup = gr.State()
|
187 |
gallery_state = gr.State()
|
188 |
with gr.Column():
|
|
|
182 |
title="# ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization"
|
183 |
description="Enter a prompt to generate an image using ReNO. Adjust the model and parameters as needed."
|
184 |
|
185 |
+
with gr.Blocks(analytics_enabled=False) as demo:
|
186 |
loaded_model_setup = gr.State()
|
187 |
gallery_state = gr.State()
|
188 |
with gr.Column():
|