Spaces:
Runtime error
Runtime error
anisharitakula
commited on
Commit
•
0b83bd8
1
Parent(s):
36defc8
Upload app.py
Browse files
app.py
CHANGED
@@ -988,8 +988,8 @@ def predict_1(text):
|
|
988 |
import gradio as gr
|
989 |
|
990 |
|
991 |
-
iface = gr.Interface(fn=predict_1, inputs="text", outputs=
|
992 |
-
iface.launch()
|
993 |
|
994 |
|
995 |
# In[114]:
|
|
|
988 |
import gradio as gr
|
989 |
|
990 |
|
991 |
+
iface = gr.Interface(fn=predict_1, inputs="text", outputs="text")
|
992 |
+
iface.launch(share=True)
|
993 |
|
994 |
|
995 |
# In[114]:
|