Spaces:
Sleeping
Sleeping
[email protected]
commited on
Commit
•
a066ade
1
Parent(s):
5bf649e
Disable intepretation
Browse files
app.py
CHANGED
@@ -38,5 +38,6 @@ intf = gr.Interface(
|
|
38 |
examples=examples,
|
39 |
title=title,
|
40 |
description=description,
|
41 |
-
interpretation=interpretation
|
|
|
42 |
intf.launch()
|
|
|
38 |
examples=examples,
|
39 |
title=title,
|
40 |
description=description,
|
41 |
+
#interpretation=interpretation
|
42 |
+
)
|
43 |
intf.launch()
|