Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ HTML_TEMPLATE = """
|
|
| 32 |
}
|
| 33 |
|
| 34 |
#app-header h1 {
|
| 35 |
-
color: #
|
| 36 |
font-size: 2.5em;
|
| 37 |
margin-bottom: 10px;
|
| 38 |
}
|
|
@@ -93,8 +93,11 @@ HTML_TEMPLATE = """
|
|
| 93 |
</div>
|
| 94 |
<!-- Content -->
|
| 95 |
<h1>Paragraph Auto Completion like Shakespeare </h1>
|
| 96 |
-
<p>Generate dialogue using the
|
| 97 |
-
<p>Model: GPT
|
|
|
|
|
|
|
|
|
|
| 98 |
</div>
|
| 99 |
"""
|
| 100 |
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('https://github.com/nkanungo/ERAS20/blob/main/images/bg_1.jpg?raw=true')}") as interface:
|
|
|
|
| 32 |
}
|
| 33 |
|
| 34 |
#app-header h1 {
|
| 35 |
+
color: #2986cc;
|
| 36 |
font-size: 2.5em;
|
| 37 |
margin-bottom: 10px;
|
| 38 |
}
|
|
|
|
| 93 |
</div>
|
| 94 |
<!-- Content -->
|
| 95 |
<h1>Paragraph Auto Completion like Shakespeare </h1>
|
| 96 |
+
<p>Generate dialogue using the intelligence from Shakespeare Dataset .</p>
|
| 97 |
+
<p>Model: GPT.</p>
|
| 98 |
+
<p>Dataset: Tiny Shakespeare.</p>
|
| 99 |
+
<p>Token limit: User input .</p>
|
| 100 |
+
<p>Input Text: User input.</p>
|
| 101 |
</div>
|
| 102 |
"""
|
| 103 |
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('https://github.com/nkanungo/ERAS20/blob/main/images/bg_1.jpg?raw=true')}") as interface:
|