import gradio as gr from huggingface_hub import InferenceClient from g4f.gui import run_gui if __name__ == "__main__": run_gui()