CoolFace
Apppublic

allevelly/sentimentModelComparison

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes
app.py6 linesDownload Raw Back to root
1import gradio as gr2from gradio.mix import Parallel, Series3app1 = gr.Interface.load("huggingface/allevelly/sentiment_analysis_of_tweets_on_covid")4app2 =gr.Interface.load("huggingface/allevelly/test_trainer")5#app3= gr.Interface(my_language_model,"text","text")6Parallel(app1,app2).launch()