Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,5 @@ interface = gr.Interface(
|
|
70 |
title="TRANSART",
|
71 |
description="Enter Tamil text to translate to English and generate an image based on the translated text."
|
72 |
)
|
|
|
73 |
interface.launch()
|
|
|
70 |
title="TRANSART",
|
71 |
description="Enter Tamil text to translate to English and generate an image based on the translated text."
|
72 |
)
|
73 |
+
|
74 |
interface.launch()
|