Spaces:
Sleeping
Sleeping
testing changes
Browse files
app.py
CHANGED
@@ -13,5 +13,5 @@ iface=gr.Interface(
|
|
13 |
inputs=gr.inputs.Textbox(lines=10,placeholder="Enter text to summarize ..."),
|
14 |
outputs="text"
|
15 |
)
|
16 |
-
|
17 |
iface.launch()
|
|
|
13 |
inputs=gr.inputs.Textbox(lines=10,placeholder="Enter text to summarize ..."),
|
14 |
outputs="text"
|
15 |
)
|
16 |
+
# Testing changes
|
17 |
iface.launch()
|