Spaces:
Paused
Paused
RashiAgarwal
commited on
Commit
·
df5a56b
1
Parent(s):
5e2e076
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ INTERFACE = gr.Interface(fn=inference, inputs=[gr.Textbox(label= "Prompt", value
|
|
30 |
|
31 |
outputs=gr.Text(label= "Generated Text"), title="Phi-2 fine-tuned with OpenAssistant/oasst-1 dataset using QLoRA strategy",
|
32 |
|
33 |
-
examples = [['Write a note on Indiana Jones],]
|
34 |
).launch(debug=True)
|
35 |
|
36 |
# with gr.Blocks() as demo:
|
|
|
30 |
|
31 |
outputs=gr.Text(label= "Generated Text"), title="Phi-2 fine-tuned with OpenAssistant/oasst-1 dataset using QLoRA strategy",
|
32 |
|
33 |
+
examples = [['Write a note on Indiana Jones'],]
|
34 |
).launch(debug=True)
|
35 |
|
36 |
# with gr.Blocks() as demo:
|