Spaces:
Runtime error
Runtime error
SujanMidatani
commited on
Commit
•
e3fa3f7
1
Parent(s):
f798f37
update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def generate_questions(resume,role='',experience=''):
|
|
29 |
return prompt.split('\n')
|
30 |
k=gr.Interface(
|
31 |
fn=generate_questions,
|
32 |
-
inputs=['
|
33 |
outputs=['text']
|
34 |
)
|
35 |
k.launch()
|
|
|
29 |
return prompt.split('\n')
|
30 |
k=gr.Interface(
|
31 |
fn=generate_questions,
|
32 |
+
inputs=['textbox','text','text'],
|
33 |
outputs=['text']
|
34 |
)
|
35 |
k.launch()
|