N.Achyuth Reddy commited on
Commit
1a9f9fb
·
1 Parent(s): 2f3bcec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -131,8 +131,6 @@ response = client.predict(
131
  Repetitionpenalty, # int | float (numeric value between 1.0 and 2.0)
132
  api_name="/chat"
133
  )
134
- st.write("Done")
135
- return response
136
 
137
 
138
  # Example usage
 
131
  Repetitionpenalty, # int | float (numeric value between 1.0 and 2.0)
132
  api_name="/chat"
133
  )
 
 
134
 
135
 
136
  # Example usage