Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -48,6 +48,7 @@ gradio_app = gr.Interface(
|
|
48 |
["The global economy is expected to grow at a slower pace this year, according to new forecasts released today. Economists point to ongoing geopolitical tensions, supply chain disruptions, and inflationary pressures as key factors contributing to the reduced growth outlook."],
|
49 |
["In a thrilling final match, the underdog team scored a last-minute goal to secure their first championship title. Fans erupted into celebration as the team lifted the trophy, marking a historic moment in the club's history."]
|
50 |
]
|
|
|
51 |
)
|
52 |
|
53 |
|
|
|
48 |
["The global economy is expected to grow at a slower pace this year, according to new forecasts released today. Economists point to ongoing geopolitical tensions, supply chain disruptions, and inflationary pressures as key factors contributing to the reduced growth outlook."],
|
49 |
["In a thrilling final match, the underdog team scored a last-minute goal to secure their first championship title. Fans erupted into celebration as the team lifted the trophy, marking a historic moment in the club's history."]
|
50 |
]
|
51 |
+
flagging=False # Disable flagging to prevent permission issue
|
52 |
)
|
53 |
|
54 |
|