morenolq commited on
Commit
1624dcd
1 Parent(s): 8334473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,10 +23,10 @@ def predict(text):
23
  return out_text
24
 
25
  iface = gr.Interface.load(
26
- "huggingface/facebook/galactica-1.3b"
27
  #fn=predict,
28
- inputs=gr.Textbox(lines=10),
29
- outputs=gr.HTML(),
30
  description="Galactica",
31
  examples=[["The attention mechanism in LLM is"]]
32
  )
 
23
  return out_text
24
 
25
  iface = gr.Interface.load(
26
+ "huggingface/facebook/galactica-1.3b",
27
  #fn=predict,
28
+ #inputs=gr.Textbox(lines=10),
29
+ #outputs=gr.HTML(),
30
  description="Galactica",
31
  examples=[["The attention mechanism in LLM is"]]
32
  )