Spaces:
Sleeping
Sleeping
ahmad4raza
commited on
Commit
·
94dcd08
1
Parent(s):
54b5491
Update app.py
Browse files
app.py
CHANGED
@@ -83,8 +83,8 @@ iface = gr.Interface(
|
|
83 |
fn=main_model,
|
84 |
inputs="image",
|
85 |
outputs=["text", "audio"],
|
86 |
-
title="
|
87 |
-
description="Upload
|
88 |
)
|
89 |
|
90 |
if __name__ == "__main__":
|
|
|
83 |
fn=main_model,
|
84 |
inputs="image",
|
85 |
outputs=["text", "audio"],
|
86 |
+
title="Flying Shakespeare",
|
87 |
+
description="Upload the image generated from Model-P101/M101.",
|
88 |
)
|
89 |
|
90 |
if __name__ == "__main__":
|