Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def gentext(user_input="The world is"):
|
|
20 |
|
21 |
gr.Interface(
|
22 |
gentext,
|
23 |
-
inputs=
|
24 |
-
outputs=
|
25 |
-
title="
|
26 |
).launch()
|
|
|
20 |
|
21 |
gr.Interface(
|
22 |
gentext,
|
23 |
+
inputs="text",
|
24 |
+
outputs="text",
|
25 |
+
title="Testing out salesforce XGen 7B",
|
26 |
).launch()
|