Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def evaluate(
|
|
110 |
g = gr.Interface(
|
111 |
fn=evaluate,
|
112 |
inputs= gr.components.Textbox(
|
113 |
-
lines=2, label="Instruction", placeholder="Tell me
|
114 |
),
|
115 |
outputs= gr.inputs.Textbox(
|
116 |
lines=5,
|
|
|
110 |
g = gr.Interface(
|
111 |
fn=evaluate,
|
112 |
inputs= gr.components.Textbox(
|
113 |
+
lines=2, label="Instruction", placeholder="Tell me raw text."
|
114 |
),
|
115 |
outputs= gr.inputs.Textbox(
|
116 |
lines=5,
|