daydayup1225 commited on
Commit
12eb652
1 Parent(s): 2613d29

Update app_modules/presets.py

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