Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,5 +58,5 @@ def get_llama_response(message: str) -> str:
|
|
| 58 |
print("Chatbot:", response.strip())
|
| 59 |
return response.strip()
|
| 60 |
|
| 61 |
-
|
| 62 |
-
gr.ChatInterface(get_llama_response).launch()
|
|
|
|
| 58 |
print("Chatbot:", response.strip())
|
| 59 |
return response.strip()
|
| 60 |
|
| 61 |
+
get_llama_response("What are the key operating conditions of the reverse water gas shift (RWGS) reaction in an industrial catalytic reactor for the production of syngas from carbon dioxide (CO2) and hydrogen (H2)?")
|
| 62 |
+
#gr.ChatInterface(get_llama_response).launch()
|