Spaces:
Runtime error
Runtime error
Commit
·
bf162bb
1
Parent(s):
e6b1149
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -329,4 +329,5 @@ gradio.Interface(fn=monty.ask_me,
|
|
329 |
examples=exp,
|
330 |
title=title,
|
331 |
description=desc,
|
332 |
-
article=arti
|
|
|
|
329 |
examples=exp,
|
330 |
title=title,
|
331 |
description=desc,
|
332 |
+
article=arti,
|
333 |
+
flagging_options=flag_options).launch()
|