Spaces:
Runtime error
Runtime error
example
Browse files
app.py
CHANGED
@@ -48,7 +48,8 @@ with tab2:
|
|
48 |
with col1:
|
49 |
api_provider = st.radio("Select an API Provider:", ("Huggingface", "Torch Hub", "TensorFlow Hub"))
|
50 |
with col2:
|
51 |
-
input = st.text_input("Ask here:
|
|
|
52 |
|
53 |
if api_provider and input:
|
54 |
if st.button("Run Gorilla"):
|
|
|
48 |
with col1:
|
49 |
api_provider = st.radio("Select an API Provider:", ("Huggingface", "Torch Hub", "TensorFlow Hub"))
|
50 |
with col2:
|
51 |
+
input = st.text_input("Ask here:")
|
52 |
+
st.write("Example: I would like to translate from English to French.")
|
53 |
|
54 |
if api_provider and input:
|
55 |
if st.button("Run Gorilla"):
|