AmitIsraeli commited on
Commit
fd2de02
·
1 Parent(s): fab0c6e

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ examples = [
23
  iface = gr.Interface(fn=greet,
24
  inputs=["image", "text", gr.inputs.Slider(0.0, 1.0)],
25
  outputs="image",
26
- title=f"🐦Raven - {title}",
27
  description=description,
28
  cache_examples=False,
29
  examples=examples
 
23
  iface = gr.Interface(fn=greet,
24
  inputs=["image", "text", gr.inputs.Slider(0.0, 1.0)],
25
  outputs="image",
26
+ title=title,
27
  description=description,
28
  cache_examples=False,
29
  examples=examples