Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ examples = [
|
|
| 108 |
|
| 109 |
|
| 110 |
|
| 111 |
-
with gr.Blocks(theme=gr.themes.Soft(),
|
| 112 |
gr.HTML('<div class="title"> eBOOK Cover generation </div>')
|
| 113 |
|
| 114 |
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-Book-Cover.hf.space">
|
|
|
|
| 108 |
|
| 109 |
|
| 110 |
|
| 111 |
+
with gr.Blocks(theme=gr.themes.Soft(), analytics_enabled=False) as demo:
|
| 112 |
gr.HTML('<div class="title"> eBOOK Cover generation </div>')
|
| 113 |
|
| 114 |
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-Book-Cover.hf.space">
|