Spaces:
Running
Running
Update app.py
Browse files
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 |
+
|