Spaces:
Running
Running
daydayup1225
commited on
Commit
·
dc7c47b
1
Parent(s):
319e2aa
Update app_modules/presets.py
Browse files- app_modules/presets.py +7 -0
app_modules/presets.py
CHANGED
@@ -2,6 +2,13 @@
|
|
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 |
|
|
|
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 |
|