Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def infer(prompt):
|
|
16 |
|
17 |
demo = gr.Interface(
|
18 |
fn=infer,
|
19 |
-
inputs=gr.
|
20 |
outputs="text",
|
21 |
title="Minitaur",
|
22 |
description="Just type and hit *Run*"
|
|
|
16 |
|
17 |
demo = gr.Interface(
|
18 |
fn=infer,
|
19 |
+
inputs=gr.Textbox(label="Prompt"),
|
20 |
outputs="text",
|
21 |
title="Minitaur",
|
22 |
description="Just type and hit *Run*"
|