Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,5 +97,6 @@ interface = gr.Interface(
|
|
| 97 |
description=description,
|
| 98 |
examples=["Buongiorno, come sta? Buona giornata"]
|
| 99 |
)
|
|
|
|
| 100 |
# Launch the interface
|
| 101 |
interface.launch()
|
|
|
|
| 97 |
description=description,
|
| 98 |
examples=["Buongiorno, come sta? Buona giornata"]
|
| 99 |
)
|
| 100 |
+
|
| 101 |
# Launch the interface
|
| 102 |
interface.launch()
|