Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,7 @@ iface = gr.Interface(
|
|
67 |
gr.Textbox(label="Compliment")
|
68 |
],
|
69 |
title="Compliment Bot π",
|
70 |
-
description="Upload your headshot and get a personalized compliment!"
|
71 |
-
share=True
|
72 |
)
|
73 |
|
74 |
-
iface.launch()
|
|
|
67 |
gr.Textbox(label="Compliment")
|
68 |
],
|
69 |
title="Compliment Bot π",
|
70 |
+
description="Upload your headshot and get a personalized compliment!"
|
|
|
71 |
)
|
72 |
|
73 |
+
iface.launch(share=True)
|