Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,5 +47,5 @@ title = "Прогноз максимальной температуры возд
|
|
47 |
description = "Прогноз делается на основании синоптической телеграммы за текущий срок"
|
48 |
|
49 |
# iface = gr.Interface(fn=prepare_data, inputs="text", outputs="text",title=title,description=description)
|
50 |
-
iface = gr.Interface(fn=prepare_data, gr.Textbox(label="Телеграмма", placeholder='17091 34519 42597 62706 10085 20034 39957 40204 52010='), outputs="text",title=title,description=description)
|
51 |
iface.launch()
|
|
|
47 |
description = "Прогноз делается на основании синоптической телеграммы за текущий срок"
|
48 |
|
49 |
# iface = gr.Interface(fn=prepare_data, inputs="text", outputs="text",title=title,description=description)
|
50 |
+
iface = gr.Interface(fn=prepare_data, inputs=gr.Textbox(label="Телеграмма", placeholder='17091 34519 42597 62706 10085 20034 39957 40204 52010='), outputs="text",title=title,description=description)
|
51 |
iface.launch()
|