arisha123's picture
Update app.py
32789b5 verified
raw
history blame
319 Bytes
import gradio as gr
# Load the Gradio interface
interface = gr.load("models/arisha123/distilhubert-finetuned-my_dataset")
print('Using Two modals')
# Launch the interface
result = interface.launch()
# Get the output result
#result = interface.process(None)
# Print the result
print(result)
print('Using Two modals')