Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ demo = gr.Interface(
|
|
| 63 |
gr.Textbox(label="Input Text", value="Enter the word/text to be translated")
|
| 64 |
],
|
| 65 |
outputs=gr.Textbox(label="Translation"),
|
| 66 |
-
title="BhashaBridge
|
| 67 |
)
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|
|
|
|
| 63 |
gr.Textbox(label="Input Text", value="Enter the word/text to be translated")
|
| 64 |
],
|
| 65 |
outputs=gr.Textbox(label="Translation"),
|
| 66 |
+
title="BhashaBridge"
|
| 67 |
)
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|