gokilashree commited on
Commit
f1e3355
·
verified ·
1 Parent(s): 9f045ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- share=True # Enable public sharing
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)