jproman commited on
Commit
b3e1342
·
1 Parent(s): 522e6c3
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -188,5 +188,5 @@ if __name__ == "__main__":
188
  print(response)
189
  print("\n" + "*"*30 + " Debug area " + "*"*30)
190
 
191
- #print("Launching Gradio Interface for Basic Agent Evaluation...")
192
- #demo.launch(debug=True, share=False)
 
188
  print(response)
189
  print("\n" + "*"*30 + " Debug area " + "*"*30)
190
 
191
+ print("Launching Gradio Interface for Basic Agent Evaluation...")
192
+ demo.launch(debug=True, share=False)