Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def gen_fn(model_str, prompt):
|
|
| 122 |
|
| 123 |
except Exception as e:
|
| 124 |
if processed_models_count == 0:
|
| 125 |
-
|
| 126 |
# print(f"{prompt}")
|
| 127 |
# print(f"{prompt}")
|
| 128 |
# print(f"{prompt}")
|
|
|
|
| 122 |
|
| 123 |
except Exception as e:
|
| 124 |
if processed_models_count == 0:
|
| 125 |
+
print(f"******c*******")
|
| 126 |
# print(f"{prompt}")
|
| 127 |
# print(f"{prompt}")
|
| 128 |
# print(f"{prompt}")
|