Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

[website] Add a demo page for the Website #1180

Open
wants to merge 14 commits into
base: v0.x
Choose a base branch
from
22 changes: 22 additions & 0 deletions docs/demo.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
A Simple Demo for GluonNLP
eric-haibin-lin marked this conversation as resolved.
Show resolved Hide resolved
==========================

Introduction
------------

This demo is using MMS Server
eric-haibin-lin marked this conversation as resolved.
Show resolved Hide resolved

Demo
----

Please input the following into the text box:

.. raw:: html

["Positive sentiment", "Negative sentiment"]
eric-haibin-lin marked this conversation as resolved.
Show resolved Hide resolved
<form action="http://34.222.89.17:8888/bert_sst/predict" method="post">
<label>
<input type="text" name="data">
</label>
<input type="submit" value="Submit">
</form>
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ You may find the 60-min Gluon crash course linked from there especially helpful.
api/index
community/index
genindex
demo