Spaces:
Runtime error
Runtime error
Commit
·
fd2de02
1
Parent(s):
fab0c6e
change title
Browse files
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=
|
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
|