vineyard03/Code-Repair-With-LLMs
0
1import gradio as gr2from components.front_page import create_full_ui3 4# Create the UI5app = create_full_ui()6 7# Launch the app8if __name__ == "__main__":9 app.launch(share=True, show_api=False)10 11 1import gradio as gr2from components.front_page import create_full_ui3 4# Create the UI5app = create_full_ui()6 7# Launch the app8if __name__ == "__main__":9 app.launch(share=True, show_api=False)10 11