daydayup1225 commited on
Commit
319e2aa
·
1 Parent(s): b55c9da

Update app_modules/presets.py

Browse files
Files changed (1) hide show
  1. app_modules/presets.py +0 -8
app_modules/presets.py CHANGED
@@ -1,15 +1,7 @@
1
  # -*- coding:utf-8 -*-
2
  import gradio as gr
3
 
4
-
5
  title = """<h1 align="left" style="min-width:200px; margin-top:0;"> OPT </h1>"""
6
- description_top = """\
7
- <div align="left">
8
- <p>
9
- Disclaimer: The OPT model is a third-party version available on Hugging Face model hub.
10
- </p >
11
- </div>
12
- """
13
 
14
  CONCURRENT_COUNT = 100
15
 
 
1
  # -*- coding:utf-8 -*-
2
  import gradio as gr
3
 
 
4
  title = """<h1 align="left" style="min-width:200px; margin-top:0;"> OPT </h1>"""
 
 
 
 
 
 
 
5
 
6
  CONCURRENT_COUNT = 100
7