Removed unnecessay comment
Browse files
app.py
CHANGED
@@ -139,7 +139,6 @@ demo = gr.Interface(
|
|
139 |
title=title,
|
140 |
description=description,
|
141 |
examples=examples,
|
142 |
-
# interpretation=interpretation,
|
143 |
)
|
144 |
|
145 |
demo.launch()
|
|
|
139 |
title=title,
|
140 |
description=description,
|
141 |
examples=examples,
|
|
|
142 |
)
|
143 |
|
144 |
demo.launch()
|