kkpathak91 commited on
Commit
38d8e22
1 Parent(s): 2ae06f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -1,9 +1,12 @@
 
 
1
  """
2
- @Author : karan kumar pathak
3
- @Contact : 2020fc04334@wilp.bits-pilani.com
 
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()