Spaces:
Runtime error
Runtime error
Commit
·
0f72f52
1
Parent(s):
18d2cff
Update app.py (#1)
Browse files- Update app.py (b5e032cf36ba2968eedd38a925a7d1967c4d05d1)
Co-authored-by: Vignesh Prakash <[email protected]>
app.py
CHANGED
@@ -47,8 +47,7 @@ iface = gr.Interface(
|
|
47 |
title=title,
|
48 |
examples=examples,
|
49 |
description=description,
|
50 |
-
cache_examples=True
|
51 |
-
live=True
|
52 |
# examples=examples
|
53 |
)
|
54 |
-
iface.launch(
|
|
|
47 |
title=title,
|
48 |
examples=examples,
|
49 |
description=description,
|
50 |
+
cache_examples=True
|
|
|
51 |
# examples=examples
|
52 |
)
|
53 |
+
iface.launch()
|