camillelacan1 commited on
Commit
ec9bd81
·
1 Parent(s): e27f3f4

Rename R2Python.py to app.py

Browse files
Files changed (1) hide show
  1. R2Python.py → app.py +4 -1
R2Python.py → app.py RENAMED
@@ -33,4 +33,7 @@ def convert_code(code, from_lang, to_lang):
33
  # Create the Gradio app
34
  app = gr.Interface(
35
  fn=convert_code,
36
- inputs=gr.inputs.Textbox(lines=10, label="Code to convert"),
 
 
 
 
33
  # Create the Gradio app
34
  app = gr.Interface(
35
  fn=convert_code,
36
+ inputs=gr.inputs.Textbox(lines=10, label="Code to convert"))
37
+
38
+
39
+ app.launch()