Spaces:
Runtime error
Runtime error
Commit
·
38d8e22
1
Parent(s):
2ae06f9
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
|
|
|
|
|
| 1 |
"""
|
| 2 |
-
@Author :
|
| 3 |
-
@
|
|
|
|
| 4 |
@Description:
|
| 5 |
"""
|
| 6 |
-
|
| 7 |
import os
|
| 8 |
import gradio as gr
|
| 9 |
from huggingface_hub import snapshot_download
|
|
@@ -140,4 +143,4 @@ iface = gr.Interface(
|
|
| 140 |
'Error: Require Commonsense', 'Error: Evidence Retrieval'],
|
| 141 |
enable_queue=True
|
| 142 |
)
|
| 143 |
-
iface.launch()
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
|
| 3 |
"""
|
| 4 |
+
@Author : Jiangjie Chen
|
| 5 |
+
@Time : 2021/12/13 17:17
|
| 6 |
+
@Contact : jjchen19@fudan.edu.cn
|
| 7 |
@Description:
|
| 8 |
"""
|
| 9 |
+
|
| 10 |
import os
|
| 11 |
import gradio as gr
|
| 12 |
from huggingface_hub import snapshot_download
|
|
|
|
| 143 |
'Error: Require Commonsense', 'Error: Evidence Retrieval'],
|
| 144 |
enable_queue=True
|
| 145 |
)
|
| 146 |
+
iface.launch()
|