Update app.py
Browse files
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()
|