Spaces:
Runtime error
Runtime error
Commit
·
b81701e
1
Parent(s):
9eb92c3
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ categories = ['sports',
|
|
70 |
'Union_Budget_2023-24']
|
71 |
|
72 |
|
73 |
-
|
74 |
["Redmi 12 5G will be a game-changer for 5G connectivity: XiaomiXiaomi will debut Redmi 12 5G alongside Redmi 12 in India on August 1. Redmi 12 5G, a well-rounded offering in under-15k segment, will begin a new era of connectivity and accessibility, the brand said. Xiaomi was among the first brands to democratize 4G, and with this, it's aiming to repeat history by making 5G accessible to all, it added." , ", ".join(categories)],
|
75 |
["Limited seats left for Hero Vired & MIT’s Program in FinTechHero Group's EdTech company Hero Vired & MIT launched an Integrated Program in Finance and FinTech with placement assistance for working professionals. It's India's only industry-focused online program that integrates MIT Modules & tools like Python, Solidity & Ethereum, the company stated, adding, learners will be eligible for MIT MicroMasters® Program Certificate on clearing respective modules." , ", ".join(categories)],
|
76 |
["Heavy to very heavy rainfall warning issued for several states for Friday, list releasedIMD has issued heavy to very heavy rainfall warning for Madhya Pradesh, Chhattisgarh, Arunachal" , ", ".join(categories)],
|
@@ -80,4 +80,5 @@ examples = [
|
|
80 |
|
81 |
|
82 |
gr.Interface.load("models/joeddav/xlm-roberta-large-xnli", token=access_token,
|
83 |
-
title=title, description=description
|
|
|
|
70 |
'Union_Budget_2023-24']
|
71 |
|
72 |
|
73 |
+
examples_ = [
|
74 |
["Redmi 12 5G will be a game-changer for 5G connectivity: XiaomiXiaomi will debut Redmi 12 5G alongside Redmi 12 in India on August 1. Redmi 12 5G, a well-rounded offering in under-15k segment, will begin a new era of connectivity and accessibility, the brand said. Xiaomi was among the first brands to democratize 4G, and with this, it's aiming to repeat history by making 5G accessible to all, it added." , ", ".join(categories)],
|
75 |
["Limited seats left for Hero Vired & MIT’s Program in FinTechHero Group's EdTech company Hero Vired & MIT launched an Integrated Program in Finance and FinTech with placement assistance for working professionals. It's India's only industry-focused online program that integrates MIT Modules & tools like Python, Solidity & Ethereum, the company stated, adding, learners will be eligible for MIT MicroMasters® Program Certificate on clearing respective modules." , ", ".join(categories)],
|
76 |
["Heavy to very heavy rainfall warning issued for several states for Friday, list releasedIMD has issued heavy to very heavy rainfall warning for Madhya Pradesh, Chhattisgarh, Arunachal" , ", ".join(categories)],
|
|
|
80 |
|
81 |
|
82 |
gr.Interface.load("models/joeddav/xlm-roberta-large-xnli", token=access_token,
|
83 |
+
title=title, description=description,
|
84 |
+
examples=examples_).launch()
|