Spaces:
Runtime error
Runtime error
Commit ·
aa93c47
1
Parent(s): 13b2498
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,9 +38,9 @@ interface = gr.Interface(
|
|
| 38 |
],
|
| 39 |
outputs=gr.Textbox(label="📚 Summary"),
|
| 40 |
examples=[
|
| 41 |
-
["Full Stack Engineer", "React, JavaScript, HTML, PHP, Scrum, Python, SQL"],
|
| 42 |
-
["Backend Engineer", "Python, Ruby, Rails, AWS, Jenkins"],
|
| 43 |
-
["Machine Learning Engineer", "PyTorch, TensorFlow, Scikit-learn, SQL, Machine Learning, Deep Learning"]
|
| 44 |
],
|
| 45 |
title=title,
|
| 46 |
description=description,
|
|
|
|
| 38 |
],
|
| 39 |
outputs=gr.Textbox(label="📚 Summary"),
|
| 40 |
examples=[
|
| 41 |
+
["Full Stack Engineer", "React, JavaScript, HTML, PHP, Scrum, Python, SQL", 2.0],
|
| 42 |
+
["Backend Engineer", "Python, Ruby, Rails, AWS, Jenkins", 2.0],
|
| 43 |
+
["Machine Learning Engineer", "PyTorch, TensorFlow, Scikit-learn, SQL, Machine Learning, Deep Learning", 2.0]
|
| 44 |
],
|
| 45 |
title=title,
|
| 46 |
description=description,
|