From ba3deaf3cdd4b374f59e22d22cde1d7ea3af1b88 Mon Sep 17 00:00:00 2001
From: nitkiew2 <nitkiew2@msu.edu>
Date: Fri, 3 Feb 2023 15:35:23 -0500
Subject: [PATCH] Update GUI_Tutorial.ipynb

---
 GUI_Tutorial.ipynb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/GUI_Tutorial.ipynb b/GUI_Tutorial.ipynb
index fa8b1c5..023be90 100644
--- a/GUI_Tutorial.ipynb
+++ b/GUI_Tutorial.ipynb
@@ -188,11 +188,9 @@
    "id": "17bf993f",
    "metadata": {},
    "source": [
-    "An example of a question could be, what is the conclusion of the sentence.....\n",
+    "An example of a question could be, what is the conclusion of the sentence: Today will be a good day.\n",
     "\n",
-    "Today will be a good day. \n",
-    "\n",
-    "For that you would be using a text generation model called GPT-2 and the example given user's Text Interface. \n",
+    "A user could use Gardio to create an input field, then use the information from that field to generate a response.  For example, the input could be sent to a text generation model such as GPT-2 to generate a response. \n",
     "\n",
     "For a visual from data, you could create a cat/dog image classification model and Gradio demo to upload new images for class prediction. The model will be a Keras convolutional neural network (CNN) that would be trained on images of cats and dogs as features and their class names as labels"
    ]
-- 
GitLab