Spaces:
Runtime error
Runtime error
File size: 319 Bytes
09c51d6 bd76599 19d4daa bd76599 e8506df bd76599 e8506df bd76599 0b7280a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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')
|