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