Spaces:
Runtime error
Runtime error
ryanrwatkins
commited on
Commit
Β·
1174d13
1
Parent(s):
a8412e3
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ description = "Chat with Needs Assessment Experts"
|
|
4 |
title = "Let's Chat about Needs and Needs Assessments"
|
5 |
examples = [["How should start my needs assessment?"]]
|
6 |
|
7 |
-
interface = gr.Interface.load("
|
8 |
description=description,
|
9 |
examples=examples
|
10 |
)
|
|
|
4 |
title = "Let's Chat about Needs and Needs Assessments"
|
5 |
examples = [["How should start my needs assessment?"]]
|
6 |
|
7 |
+
interface = gr.Interface.load("models/pranavpsv/gpt2-genre-story-generator",
|
8 |
description=description,
|
9 |
examples=examples
|
10 |
)
|