Spaces:
Sleeping
Sleeping
jnl
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
|
|
24 |
],
|
25 |
outputs=gr.outputs.Textbox(label="Translated Code"),
|
26 |
title="Code Translator",
|
27 |
-
description="Translate code snippets between programming languages"
|
28 |
)
|
29 |
|
30 |
iface.launch()
|
|
|
24 |
],
|
25 |
outputs=gr.outputs.Textbox(label="Translated Code"),
|
26 |
title="Code Translator",
|
27 |
+
description="Translate code snippets between programming languages. Right now we are working on the saperate model for it, till then kindly use the openai api key for the refrence."
|
28 |
)
|
29 |
|
30 |
iface.launch()
|