KingofMidnight commited on
Commit
ce32a3a
1 Parent(s): 3abcea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
 
3
  gr.load("models/WizardLM/WizardCoder-3B-V1.0").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface(inputs="text", outputs="text")
4
  gr.load("models/WizardLM/WizardCoder-3B-V1.0").launch()