Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def get_tango2(prompt):
|
|
143 |
raise gr.Error("Tango2 space API is not ready, please try again in few minutes ")
|
144 |
|
145 |
result = client.predict(
|
146 |
-
prompt
|
147 |
steps=100,
|
148 |
guidance=4,
|
149 |
api_name="/predict"
|
|
|
143 |
raise gr.Error("Tango2 space API is not ready, please try again in few minutes ")
|
144 |
|
145 |
result = client.predict(
|
146 |
+
prompt,
|
147 |
steps=100,
|
148 |
guidance=4,
|
149 |
api_name="/predict"
|