Spaces:
Sleeping
Sleeping
test commit
Browse files
app.py
CHANGED
@@ -114,6 +114,7 @@ for example in examples:
|
|
114 |
example.append("untethered_model")
|
115 |
print(examples)
|
116 |
|
|
|
117 |
interface_untethered_model = gr.Interface(fn=create_response,
|
118 |
title="untethered model",
|
119 |
description="language model fine tuned with'The Untethered Soul' chapter 17",
|
|
|
114 |
example.append("untethered_model")
|
115 |
print(examples)
|
116 |
|
117 |
+
|
118 |
interface_untethered_model = gr.Interface(fn=create_response,
|
119 |
title="untethered model",
|
120 |
description="language model fine tuned with'The Untethered Soul' chapter 17",
|