Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,6 +78,5 @@ demo_app = gr.Interface(
|
|
| 78 |
title=title,
|
| 79 |
examples=examples,
|
| 80 |
cache_examples=True,
|
| 81 |
-
theme='huggingface',
|
| 82 |
)
|
| 83 |
-
demo_app.launch(debug=True
|
|
|
|
| 78 |
title=title,
|
| 79 |
examples=examples,
|
| 80 |
cache_examples=True,
|
|
|
|
| 81 |
)
|
| 82 |
+
demo_app.launch(debug=True)
|