Spaces:
Runtime error
Runtime error
Update app.py
#1
by
PranomVignesh - opened
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()
|