Upload app.py (#6)
Browse files- Upload app.py (9121f26c23b068a6ecdb5c5c50630e8abcb73847)
app.py
CHANGED
@@ -19,6 +19,6 @@ examples = [
|
|
19 |
["What is the square root of 64?", "The square root of 64 is 8."]
|
20 |
]
|
21 |
|
22 |
-
demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description
|
23 |
|
24 |
demo.launch()
|
|
|
19 |
["What is the square root of 64?", "The square root of 64 is 8."]
|
20 |
]
|
21 |
|
22 |
+
demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description)
|
23 |
|
24 |
demo.launch()
|