Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,6 +51,6 @@ demo = gr.Interface(fn=invoke,
|
|
| 51 |
description=os.environ["DESCRIPTION"],
|
| 52 |
examples=get_questions(QUESTION_FILE_PATH, QUESTION_LEVEL),
|
| 53 |
cache_examples=False
|
| 54 |
-
|
| 55 |
|
| 56 |
demo.launch()
|
|
|
|
| 51 |
description=os.environ["DESCRIPTION"],
|
| 52 |
examples=get_questions(QUESTION_FILE_PATH, QUESTION_LEVEL),
|
| 53 |
cache_examples=False
|
| 54 |
+
)
|
| 55 |
|
| 56 |
demo.launch()
|