fffiloni commited on
Commit
b15e4f3
1 Parent(s): 0c86bfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- model_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"):
 
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"):