Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ examples = [
|
|
53 |
["What are some common applications of deep learning in engineering?"]
|
54 |
]
|
55 |
|
56 |
-
gr.
|
|
|
53 |
["What are some common applications of deep learning in engineering?"]
|
54 |
]
|
55 |
|
56 |
+
gr.Interface(getresponse, title=title, description=description, examples=examples).launch() # ChatInterface
|