Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -510,12 +510,12 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
|
|
510 |
with gr.Column():
|
511 |
template = gr.Textbox(
|
512 |
label="JSON Template",
|
513 |
-
value='{"earthquake location": "", "dateline location": "", "source": "", "communication form": ""}',
|
514 |
lines=5
|
515 |
)
|
516 |
text = gr.Textbox(
|
517 |
label="Hier unstrukturierten Text einfügen",
|
518 |
-
value="Die
|
519 |
lines=8
|
520 |
)
|
521 |
extract_btn = gr.Button("Extrahieren Sie Informationen (2. Schritt)", variant="primary")
|
|
|
510 |
with gr.Column():
|
511 |
template = gr.Textbox(
|
512 |
label="JSON Template",
|
513 |
+
value='{"earthquake location": "", "dateline location": "", "source of information": "", "communication form": ""}',
|
514 |
lines=5
|
515 |
)
|
516 |
text = gr.Textbox(
|
517 |
label="Hier unstrukturierten Text einfügen",
|
518 |
+
value="Die Zahl der Opfer in Japan. Paris, 12. Sept. Der japanische Konsul in Marseille veröffentlicht nachstehendes offizielles Telegramm, das er heute aus Japan erhalten hat: „Die Zahl der Toten beträgt in Tokio laut einer von der Polizei vorgenommenen Zählung mehr als 60000. Die Zahl der Verwundeten beläuft sich auf ungefähr 500000. In Jokohama beträgt die Zahl der Opfer 110 000, was ungefähr ein Viertel der gesamten Bevölkerung dieser Stadt ausmacht. In den Bezirken von Chiba und Kanagama ist die Zahl der Opfer gleichfalls beträchtlich, doch wurde die Zählung noch nicht zu Ende geführt",
|
519 |
lines=8
|
520 |
)
|
521 |
extract_btn = gr.Button("Extrahieren Sie Informationen (2. Schritt)", variant="primary")
|