Anujgr8 commited on
Commit
5ea921d
1 Parent(s): e56cd3e
Files changed (1) hide show
  1. app.py +1 -1
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()