Spaces:
Sleeping
Sleeping
awais-nayyar
commited on
Commit
•
aa6f170
1
Parent(s):
4fa6743
change_in_app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ def predict(prompt):
|
|
13 |
|
14 |
# create an interface for the model
|
15 |
with gr.Interface(predict, "textbox", "text") as interface:
|
16 |
-
interface.launch()
|
|
|
13 |
|
14 |
# create an interface for the model
|
15 |
with gr.Interface(predict, "textbox", "text") as interface:
|
16 |
+
interface.launch()
|