Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ def generate_code(prompt):
|
|
| 19 |
|
| 20 |
return tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 21 |
|
| 22 |
-
# Launch Gradio UI
|
| 23 |
demo = gr.Interface(fn=generate_code,
|
| 24 |
inputs=gr.Textbox(lines=5, label="Enter Prompt"),
|
| 25 |
outputs="text",
|
|
|
|
| 19 |
|
| 20 |
return tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 21 |
|
|
|
|
| 22 |
demo = gr.Interface(fn=generate_code,
|
| 23 |
inputs=gr.Textbox(lines=5, label="Enter Prompt"),
|
| 24 |
outputs="text",
|