Spaces:
Sleeping
Sleeping
interpretation wirft exception -> auskommentiert
Browse files
app.py
CHANGED
@@ -33,6 +33,6 @@ gr.Interface(
|
|
33 |
title=title,
|
34 |
examples=examples,
|
35 |
description=description,
|
36 |
-
interpretation=interpretation,
|
37 |
enable_queue=enable_queue
|
38 |
).launch()
|
|
|
33 |
title=title,
|
34 |
examples=examples,
|
35 |
description=description,
|
36 |
+
# interpretation=interpretation,
|
37 |
enable_queue=enable_queue
|
38 |
).launch()
|