Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,5 +78,5 @@ with gr.Blocks(css=css, theme='YTheme/TehnoX', title="Мои презентац
|
|
78 |
fn=f,
|
79 |
inputs=[instructions],
|
80 |
outputs=[output_markdown]
|
81 |
-
)
|
82 |
demo.launch()
|
|
|
78 |
fn=f,
|
79 |
inputs=[instructions],
|
80 |
outputs=[output_markdown]
|
81 |
+
)
|
82 |
demo.launch()
|