brackozi commited on
Commit
43cfd12
·
1 Parent(s): f808525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -72,3 +72,5 @@ inputs = [
72
  outputs = gr.outputs.Textbox(label="Translated Code")
73
 
74
  gr.Interface(fn=translate_code, inputs=inputs, outputs=outputs, title="Code Translator", description="Enter your code, select the source language, and the language you want to translate it to. The AI will try to provide the translated code, along with specific instructions for each language pair to ensure that the code can be compiled without issues.", theme="compact").launch()
 
 
 
72
  outputs = gr.outputs.Textbox(label="Translated Code")
73
 
74
  gr.Interface(fn=translate_code, inputs=inputs, outputs=outputs, title="Code Translator", description="Enter your code, select the source language, and the language you want to translate it to. The AI will try to provide the translated code, along with specific instructions for each language pair to ensure that the code can be compiled without issues.", theme="compact").launch()
75
+
76
+