AdxLive commited on
Commit
8adc3aa
1 Parent(s): fbc2163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ def generate_text(prompt="Who is the CEO of Apple?"):
39
  return cleaned_output_text
40
 
41
 
42
- description = "Vicuna-7B"
43
 
44
  examples = [
45
  ["What is the capital of France?", "The capital of France is Paris."],
@@ -55,6 +55,6 @@ gradio_interface = gr.Interface(
55
  inputs="text",
56
  outputs="text",
57
  examples=examples,
58
- title="Vicuna-7B",
59
  )
60
  gradio_interface.launch()
 
39
  return cleaned_output_text
40
 
41
 
42
+ description = "Learning to use Vicuna-7B"
43
 
44
  examples = [
45
  ["What is the capital of France?", "The capital of France is Paris."],
 
55
  inputs="text",
56
  outputs="text",
57
  examples=examples,
58
+ title="Learning to use Vicuna-7B",
59
  )
60
  gradio_interface.launch()