import gradio as gr # Load the Gradio interface interface = gr.load("models/arisha123/distilhubert-finetuned-my_dataset") # Launch the interface interface.launch() # Get the output result result = interface.process(None) # Print the result print(result) Print('Using Two modals')