Skier8402 commited on
Commit
46a5832
1 Parent(s): f5f4677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -9,6 +9,4 @@ def predict(prompt):
9
  return completion
10
 
11
 
12
- import gradio as gr
13
-
14
  gr.Interface(fn=predict, inputs="text", outputs="text").launch()
 
9
  return completion
10
 
11
 
 
 
12
  gr.Interface(fn=predict, inputs="text", outputs="text").launch()