Spaces:
Running
Running
Aumkeshchy2003
commited on
Commit
•
c209c53
1
Parent(s):
b4ed578
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()
|