Harshithacj123 commited on
Commit
6b2c098
·
verified ·
1 Parent(s): 782f0f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()