feng2022 commited on
Commit
b73f734
1 Parent(s): 32b2e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -26,12 +26,12 @@ TOKEN = "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"
26
 
27
 
28
  def main():
29
-
30
- gr.Interface(
31
- title=TITLE,
32
- description=DESCRIPTION,
33
- article=ARTICLE,
34
- ).launch()
35
 
36
  if __name__ == '__main__':
37
  main()
 
26
 
27
 
28
  def main():
29
+ __init__:
30
+ gr.Interface(
31
+ title=TITLE,
32
+ description=DESCRIPTION,
33
+ article=ARTICLE,
34
+ ).launch()
35
 
36
  if __name__ == '__main__':
37
  main()