cyzgab commited on
Commit
44726ab
1 Parent(s): b8686f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ description = """Enter an image, and receive an inspired poem.
37
  This is a demo of [`llava-hf/llava-v1.6-mistral-7b-hf`](https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf) hosted with ZeroGPU."""
38
 
39
  iface = gr.Interface(
40
- title="The Poet"
41
  fn=generate_caption,
42
  inputs=gr.Image(type="pil", label="Upload Image"),
43
  outputs=gr.Textbox(label="Generated Poem"),
 
37
  This is a demo of [`llava-hf/llava-v1.6-mistral-7b-hf`](https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf) hosted with ZeroGPU."""
38
 
39
  iface = gr.Interface(
40
+ title="The Poet",
41
  fn=generate_caption,
42
  inputs=gr.Image(type="pil", label="Upload Image"),
43
  outputs=gr.Textbox(label="Generated Poem"),