Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def predict(request: gr.Request, *args, progress=gr.Progress(track_tqdm=True)):
|
|
47 |
raise gr.Error(f"The submission failed! Error: {response.status_code}")
|
48 |
|
49 |
title = "Demo for consistent-character cog image by fofr"
|
50 |
-
|
51 |
|
52 |
with gr.Blocks() as app:
|
53 |
with gr.Column(elem_id="col-container"):
|
|
|
47 |
raise gr.Error(f"The submission failed! Error: {response.status_code}")
|
48 |
|
49 |
title = "Demo for consistent-character cog image by fofr"
|
50 |
+
description = "Create images of a given character in different poses • running cog image by fofr"
|
51 |
|
52 |
with gr.Blocks() as app:
|
53 |
with gr.Column(elem_id="col-container"):
|