Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
1a9f9fb
1
Parent(s):
2f3bcec
Update app.py
Browse files
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
|