Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,8 @@ iface = gr.Interface(
|
|
100 |
gr.Image(label="Generated Image")],
|
101 |
title="Tamil to English Translation, Short Paragraph Generation, and Image Creation",
|
102 |
description="Translate Tamil text to English using Facebook's mbart-large-50 model, generate a short paragraph, and create an image using the translated text.",
|
103 |
-
|
104 |
)
|
105 |
|
106 |
# Launch the app with the share option
|
107 |
-
iface.launch()
|
|
|
100 |
gr.Image(label="Generated Image")],
|
101 |
title="Tamil to English Translation, Short Paragraph Generation, and Image Creation",
|
102 |
description="Translate Tamil text to English using Facebook's mbart-large-50 model, generate a short paragraph, and create an image using the translated text.",
|
103 |
+
|
104 |
)
|
105 |
|
106 |
# Launch the app with the share option
|
107 |
+
iface.launch(share=True)
|