Spaces:
Build error
Build error
Commit
·
1521208
1
Parent(s):
46c6be6
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ image_2 = gr.inputs.Image(type="filepath")
|
|
117 |
text_1 = gr.inputs.Textbox(lines=5)
|
118 |
text_2 = gr.inputs.Textbox(lines=5)
|
119 |
|
120 |
-
examples = [['examples/image_1.png'], ['
|
121 |
|
122 |
label = gr.outputs.Label()
|
123 |
|
|
|
117 |
text_1 = gr.inputs.Textbox(lines=5)
|
118 |
text_2 = gr.inputs.Textbox(lines=5)
|
119 |
|
120 |
+
examples = [['examples/image_1.png'], ['#IndiaFightsCorona:\n\nNearly 4.5 million beneficiaries vaccinated against #COVID19 in 19 days.\n\nIndia is the fastest country to cross landmark of vaccinating 4 million beneficiaries in merely 18 days.\n\n#StaySafe #IndiaWillWin #Unite2FightCorona https://t.co/beGDQfd06S'], ['examples/image_2.jpg'], ['#IndiaFightsCorona:\n\nIndia has become the fastest nation to reach 4 million #COVID19 vaccinations ; it took only 18 days to administer the first 4 million #vaccines\n\n:@MoHFW_INDIA Secretary\n\n#StaySafe #IndiaWillWin #Unite2FightCorona https://t.co/9GENQlqtn3']]
|
121 |
|
122 |
label = gr.outputs.Label()
|
123 |
|