Spaces:
Running
Running
victor
commited on
Commit
·
15c3d25
1
Parent(s):
1add3b8
added txt
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ intf = gr.Interface(
|
|
63 |
)
|
64 |
|
65 |
# Launch the app
|
66 |
-
intf.launch(
|
|
|
63 |
)
|
64 |
|
65 |
# Launch the app
|
66 |
+
intf.launch(inline=False) # share=True allows you to share the interface via a public link
|