Ankush Trakru
commited on
Commit
·
f44e4d0
1
Parent(s):
ae7a96a
commented out errors
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ interface = gr.Interface(
|
|
| 148 |
# examples=[['robot.png'], ['ship.png']],
|
| 149 |
title=title,
|
| 150 |
description=description,
|
| 151 |
-
article=article,
|
| 152 |
allow_flagging='never',
|
| 153 |
cache_examples=False,
|
| 154 |
).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)
|
|
|
|
| 148 |
# examples=[['robot.png'], ['ship.png']],
|
| 149 |
title=title,
|
| 150 |
description=description,
|
| 151 |
+
# article=article,
|
| 152 |
allow_flagging='never',
|
| 153 |
cache_examples=False,
|
| 154 |
).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)
|