Spaces:
Sleeping
Sleeping
Disable gradio analytics to save some memory
Browse files
app.py
CHANGED
@@ -377,7 +377,7 @@ def show_hide_subject_image_component(use_subject_ref):
|
|
377 |
|
378 |
import gradio as gr
|
379 |
|
380 |
-
with gr.Blocks() as demo:
|
381 |
with gr.Column():
|
382 |
gr.Markdown("# RB-Modulation")
|
383 |
gr.Markdown("## Training-Free Personalization of Diffusion Models using Stochastic Optimal Control")
|
|
|
377 |
|
378 |
import gradio as gr
|
379 |
|
380 |
+
with gr.Blocks(analytics_enabled=False) as demo:
|
381 |
with gr.Column():
|
382 |
gr.Markdown("# RB-Modulation")
|
383 |
gr.Markdown("## Training-Free Personalization of Diffusion Models using Stochastic Optimal Control")
|