Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,5 +18,5 @@ gr.Interface(
|
|
| 18 |
fn=generate_image,
|
| 19 |
inputs="text",
|
| 20 |
outputs="image",
|
| 21 |
-
title=
|
| 22 |
).launch()
|
|
|
|
| 18 |
fn=generate_image,
|
| 19 |
inputs="text",
|
| 20 |
outputs="image",
|
| 21 |
+
title= Made by David Thongam
|
| 22 |
).launch()
|